Html Css Color HEX #CB4C16 Rust

📋 copy color: '#CB4C16'

red 203 ◦ green 76 ◦ blue 22

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

Shades of Rust #CB4C16

Tints of Rust #CB4C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 67.44%
G = 25.25%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB4C16 (or 0xCB4C16) is known color: Rust. HEX triplet: CB, 4C and 16. RGB value is (203,76,22). Sum of RGB (Red+Green+Blue) = 203+76+22=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C16 is #34B3E9. Grayscale: #6C6C6C. Windows color (decimal): -3453930 or 1461451. OLE color: 1461451.

HSL color Cylindrical-coordinate representation of color #CB4C16: hue angle of 17.9º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB4C16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 76 22 -
CMYK 0 0.63 0.89 0.20
HSL 17.9º 0.8% 0.44% -
HSV(B) 17.9º 0.89% 0.8% -
XYZ 27.36 17.92 2.78 -
YUV 107.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 203 76 22 0 0.63 0.89 0.20 17.9 0.8 0.44
Hex CB 4C 16 0 3F 59 14 12 50 2C
Octal 313 114 26 0 77 131 24 22 120 54
Binary 11001011 1001100 10110 0 111111 1011001 10100 10010 1010000 101100

Color Harmonies of #CB4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C16

Black with #CB4C16

Text Example


Text Example

White with #CB4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C16; }

 p { color: rgb(203,76,22); }

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

background-color css

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

 a { background-color: rgb(203,76,22); }

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

border-color css

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

 span { border-color: rgb(203,76,22); }

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