#CB4A0F

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

Shades of Rust #CB4A0F

Tints of Rust #CB4A0F

Color information

#CB4A0F (or 0xCB4A0F) is unknown color: approx Rust. HEX triplet: CB, 4A and 0F. RGB value is (203,74,15). Sum of RGB (Red+Green+Blue) = 203+74+15=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A0F is #34B5F0. Grayscale: #6A6A6A. Windows color (decimal): -3454449 or 1002187. OLE color: 1002187.

HSL color Cylindrical-coordinate representation of color #CB4A0F: hue angle of 18.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB4A0F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2037415-
CMYK00.640.930.20
HSL18.83º86.24%42.75%-
HSV(B)18.83º92.61%79.61%-
XYZ27.1617.632.42-
YUV105.8476.74197.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.52%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 15 (6.25% from 255) = 5.14%
R=69.52%
G=25.34%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203741500.640.930.2018.8386.2442.75
HexCB4AF0405D1413562b
Octal313112170100135242312653
Binary110010111001010111101000000101110110100100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A0F; }

 p { color: rgb(203,74,15); }

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

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

 a { background-color: rgb(203,74,15); }

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

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

 span { border-color: rgb(203,74,15); }

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