Html Css Color HEX #C0420D Rust

📋 copy color: '#C0420D'

red 192 ◦ green 66 ◦ blue 13

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

Shades of Rust #C0420D

Tints of Rust #C0420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 70.85%
G = 24.35%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0420D (or 0xC0420D) is known color: Rust. HEX triplet: C0, 42 and 0D. RGB value is (192,66,13). Sum of RGB (Red+Green+Blue) = 192+66+13=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0420D is #3FBDF2. Grayscale: #616161. Windows color (decimal): -4177395 or 869056. OLE color: 869056.

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

Color convert

RGB 192 66 13 -
CMYK 0 0.66 0.93 0.25
HSL 17.77º 0.87% 0.4% -
HSV(B) 17.77º 0.93% 0.75% -
XYZ 23.76 15.13 2.05 -
YUV 97.63 80.24 195.31 -
System Red Green Blue C M Y K H S L
Decimal 192 66 13 0 0.66 0.93 0.25 17.77 0.87 0.4
Hex C0 42 D 0 42 5D 19 12 57 28
Octal 300 102 15 0 102 135 31 22 127 50
Binary 11000000 1000010 1101 0 1000010 1011101 11001 10010 1010111 101000

Color Harmonies of #C0420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0420D

Black with #C0420D

Text Example


Text Example

White with #C0420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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