Html Css Color HEX #C4420D Rust

📋 copy color: '#C4420D'

red 196 ◦ green 66 ◦ blue 13

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

Shades of Rust #C4420D

Tints of Rust #C4420D

RGB

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

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

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

R = 71.27%
G = 24%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4420D (or 0xC4420D) is known color: Rust. HEX triplet: C4, 42 and 0D. RGB value is (196,66,13). Sum of RGB (Red+Green+Blue) = 196+66+13=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4420D is #3BBDF2. Grayscale: #636363. Windows color (decimal): -3915251 or 869060. OLE color: 869060.

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

Color convert

RGB 196 66 13 -
CMYK 0 0.66 0.93 0.23
HSL 17.38º 0.88% 0.41% -
HSV(B) 17.38º 0.93% 0.77% -
XYZ 24.79 15.66 2.1 -
YUV 98.83 79.57 197.31 -
System Red Green Blue C M Y K H S L
Decimal 196 66 13 0 0.66 0.93 0.23 17.38 0.88 0.41
Hex C4 42 D 0 42 5D 17 11 58 29
Octal 304 102 15 0 102 135 27 21 130 51
Binary 11000100 1000010 1101 0 1000010 1011101 10111 10001 1011000 101001

Color Harmonies of #C4420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4420D

Black with #C4420D

Text Example


Text Example

White with #C4420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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