#CB4F1A

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

Shades of Rust #CB4F1A

Tints of Rust #CB4F1A

Color information

#CB4F1A (or 0xCB4F1A) is unknown color: approx Rust. HEX triplet: CB, 4F and 1A. RGB value is (203,79,26). Sum of RGB (Red+Green+Blue) = 203+79+26=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4F1A is #34B0E5. Grayscale: #6E6E6E. Windows color (decimal): -3453158 or 1724363. OLE color: 1724363.

HSL color Cylindrical-coordinate representation of color #CB4F1A: hue angle of 17.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB4F1A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB2037926-
CMYK00.610.870.20
HSL17.97º77.29%44.9%-
HSV(B)17.97º87.19%79.61%-
XYZ27.6118.363.07-
YUV110.0380.58194.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.91%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=65.91%
G=25.65%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203792600.610.870.2017.9777.2944.9
HexCB4F1A03D5714124d2d
Octal31311732075127242211555
Binary110010111001111110100111101101011110100100101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4F1A; }

 p { color: rgb(203,79,26); }

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

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

 a { background-color: rgb(203,79,26); }

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

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

 span { border-color: rgb(203,79,26); }

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