Html Css Color HEX #C4420F Rust

📋 copy color: '#C4420F'

red 196 ◦ green 66 ◦ blue 15

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

Shades of Rust #C4420F

Tints of Rust #C4420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 70.76%
G = 23.83%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4420F (or 0xC4420F) is known color: Rust. HEX triplet: C4, 42 and 0F. RGB value is (196,66,15). Sum of RGB (Red+Green+Blue) = 196+66+15=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4420F is #3BBDF0. Grayscale: #636363. Windows color (decimal): -3915249 or 1000132. OLE color: 1000132.

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

Color convert

RGB 196 66 15 -
CMYK 0 0.66 0.92 0.23
HSL 16.91º 0.86% 0.41% -
HSV(B) 16.91º 0.92% 0.77% -
XYZ 24.8 15.67 2.17 -
YUV 99.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 196 66 15 0 0.66 0.92 0.23 16.91 0.86 0.41
Hex C4 42 F 0 42 5C 17 11 56 29
Octal 304 102 17 0 102 134 27 21 126 51
Binary 11000100 1000010 1111 0 1000010 1011100 10111 10001 1010110 101001

Color Harmonies of #C4420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4420F

Black with #C4420F

Text Example


Text Example

White with #C4420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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