Html Css Color HEX #C4420A Rust

📋 copy color: '#C4420A'

red 196 ◦ green 66 ◦ blue 10

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

Shades of Rust #C4420A

Tints of Rust #C4420A

RGB

 RED value IS 196 (76.95% from 255) = 72.06%

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 72.06%
G = 24.26%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4420A (or 0xC4420A) is known color: Rust. HEX triplet: C4, 42 and 0A. RGB value is (196,66,10). Sum of RGB (Red+Green+Blue) = 196+66+10=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4420A is #3BBDF5. Grayscale: #626262. Windows color (decimal): -3915254 or 672452. OLE color: 672452.

HSL color Cylindrical-coordinate representation of color #C4420A: hue angle of 18.06º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4420A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 10 -
CMYK 0 0.66 0.95 0.23
HSL 18.06º 0.9% 0.4% -
HSV(B) 18.06º 0.95% 0.77% -
XYZ 24.77 15.65 2 -
YUV 98.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 196 66 10 0 0.66 0.95 0.23 18.06 0.9 0.4
Hex C4 42 A 0 42 5F 17 12 5A 28
Octal 304 102 12 0 102 137 27 22 132 50
Binary 11000100 1000010 1010 0 1000010 1011111 10111 10010 1011010 101000

Color Harmonies of #C4420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4420A

Black with #C4420A

Text Example


Text Example

White with #C4420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4420A; }

 p { color: rgb(196,66,10); }

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

background-color css

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

 a { background-color: rgb(196,66,10); }

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

border-color css

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

 span { border-color: rgb(196,66,10); }

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