#CB480F

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

Shades of Rust #CB480F

Tints of Rust #CB480F

Color information

#CB480F (or 0xCB480F) is unknown color: approx Rust. HEX triplet: CB, 48 and 0F. RGB value is (203,72,15). Sum of RGB (Red+Green+Blue) = 203+72+15=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB480F is #34B7F0. Grayscale: #696969. Windows color (decimal): -3454961 or 1001675. OLE color: 1001675.

HSL color Cylindrical-coordinate representation of color #CB480F: hue angle of 18.19º 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 #CB480F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2037215-
CMYK00.650.930.20
HSL18.19º86.24%42.75%-
HSV(B)18.19º92.61%79.61%-
XYZ27.0317.372.38-
YUV104.6777.4198.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=70%
G=24.83%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203721500.650.930.2018.1986.2442.75
HexCB48F0415D1412562b
Octal313110170101135242212653
Binary110010111001000111101000001101110110100100101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB480F; }

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

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

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

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

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

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

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

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