Html Css Color HEX #CB4D18 Rust

📋 copy color: '#CB4D18'

red 203 ◦ green 77 ◦ blue 24

#CB4D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #CB4D18

Tints of Rust #CB4D18

RGB

 RED value IS 203 (79.69% from 255) = 66.78%

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 66.78%
G = 25.33%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB4D18 (or 0xCB4D18) is known color: Rust. HEX triplet: CB, 4D and 18. RGB value is (203,77,24). Sum of RGB (Red+Green+Blue) = 203+77+24=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D18 is #34B2E7. Grayscale: #6C6C6C. Windows color (decimal): -3453672 or 1592779. OLE color: 1592779.

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

Color convert

RGB 203 77 24 -
CMYK 0 0.62 0.88 0.20
HSL 17.77º 0.79% 0.45% -
HSV(B) 17.77º 0.88% 0.8% -
XYZ 27.45 18.07 2.91 -
YUV 108.63 80.24 195.31 -
System Red Green Blue C M Y K H S L
Decimal 203 77 24 0 0.62 0.88 0.20 17.77 0.79 0.45
Hex CB 4D 18 0 3E 58 14 12 4F 2D
Octal 313 115 30 0 76 130 24 22 117 55
Binary 11001011 1001101 11000 0 111110 1011000 10100 10010 1001111 101101

Color Harmonies of #CB4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D18

Black with #CB4D18

Text Example


Text Example

White with #CB4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D18; }

 p { color: rgb(203,77,24); }

 H1.HeaderClassName
 {
   color: #CB4D18;
 }
 .AnyTagClassName
 {
   color: #CB4D18;
 }
</style>

background-color css

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

 a { background-color: rgb(203,77,24); }

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

border-color css

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

 span { border-color: rgb(203,77,24); }

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