Html Css Color HEX #C0420B Rust

📋 copy color: '#C0420B'

red 192 ◦ green 66 ◦ blue 11

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

Shades of Rust #C0420B

Tints of Rust #C0420B

RGB

 RED value IS 192 (75.39% from 255) = 71.38%

 GREEN value IS 66 (26.17% from 255) = 24.54%

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 71.38%
G = 24.54%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0420B (or 0xC0420B) is known color: Rust. HEX triplet: C0, 42 and 0B. RGB value is (192,66,11). Sum of RGB (Red+Green+Blue) = 192+66+11=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0420B is #3FBDF4. Grayscale: #616161. Windows color (decimal): -4177397 or 737984. OLE color: 737984.

HSL color Cylindrical-coordinate representation of color #C0420B: hue angle of 18.23º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0420B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 11 -
CMYK 0 0.66 0.94 0.25
HSL 18.23º 0.89% 0.4% -
HSV(B) 18.23º 0.94% 0.75% -
XYZ 23.75 15.13 1.98 -
YUV 97.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 192 66 11 0 0.66 0.94 0.25 18.23 0.89 0.4
Hex C0 42 B 0 42 5E 19 12 59 28
Octal 300 102 13 0 102 136 31 22 131 50
Binary 11000000 1000010 1011 0 1000010 1011110 11001 10010 1011001 101000

Color Harmonies of #C0420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0420B

Black with #C0420B

Text Example


Text Example

White with #C0420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0420B; }

 p { color: rgb(192,66,11); }

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

background-color css

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

 a { background-color: rgb(192,66,11); }

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

border-color css

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

 span { border-color: rgb(192,66,11); }

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