#C44B18

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

Shades of Rust #C44B18

Tints of Rust #C44B18

Color information

#C44B18 (or 0xC44B18) is unknown color: approx Rust. HEX triplet: C4, 4B and 18. RGB value is (196,75,24). Sum of RGB (Red+Green+Blue) = 196+75+24=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B18 is #3BB4E7. Grayscale: #696969. Windows color (decimal): -3912936 or 1592260. OLE color: 1592260.

HSL color Cylindrical-coordinate representation of color #C44B18: hue angle of 17.79º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44B18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1967524-
CMYK00.620.880.23
HSL17.79º78.18%43.14%-
HSV(B)17.79º87.76%76.86%-
XYZ25.4516.832.77-
YUV105.3682.09192.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.44%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=66.44%
G=25.42%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196752400.620.880.2317.7978.1843.14
HexC44B1803E5817124e2b
Octal30411330076130272211653
Binary110001001001011110000111110101100010111100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B18; }

 p { color: rgb(196,75,24); }

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

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

 a { background-color: rgb(196,75,24); }

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

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

 span { border-color: rgb(196,75,24); }

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