#B13418

Color #B13418 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B13418

Tints of Rust #B13418

Color information

#B13418 (or 0xB13418) is unknown color: approx Rust. HEX triplet: B1, 34 and 18. RGB value is (177,52,24). Sum of RGB (Red+Green+Blue) = 177+52+24=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B13418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13418 is #4ECBE7. Grayscale: #565656. Windows color (decimal): -5164008 or 1586353. OLE color: 1586353.

HSL color Cylindrical-coordinate representation of color #B13418: hue angle of 10.98º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B13418 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1775224-
CMYK00.710.860.31
HSL10.98º76.12%39.41%-
HSV(B)10.98º86.44%69.41%-
XYZ19.5211.872.13-
YUV86.1892.91192.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=69.96%
G=20.55%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177522400.710.860.3110.9876.1239.41
HexB13418047561Fb4c27
Octal26164300107126371311447
Binary10110001110100110000100011110101101111110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13418; }

 p { color: rgb(177,52,24); }

 H1.HeaderClassName
 {
   color: #B13418;
 }
 .AnyTagClassName
 {
   color: #B13418;
 }
</style>
background-color css

<style>
 a { background-color: #B13418; }

 a { background-color: rgb(177,52,24); }

 div.DivClassName
 {
   background-color: #B13418;
 }
 .BgClassName
 {
   background-color: #B13418;
 }
</style>
border-color css

<style>
 span { border-color: #B13418; }

 span { border-color: rgb(177,52,24); }

 td.TdClassName
 {
   border-color: #B13418;
 }
 .TagClassName
 {
   border-color: #B13418;
 }
</style>