Html Css Color HEX #C4470C Rust

📋 copy color: '#C4470C'

red 196 ◦ green 71 ◦ blue 12

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

Shades of Rust #C4470C

Tints of Rust #C4470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 70.25%
G = 25.45%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4470C (or 0xC4470C) is known color: Rust. HEX triplet: C4, 47 and 0C. RGB value is (196,71,12). Sum of RGB (Red+Green+Blue) = 196+71+12=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4470C is #3BB8F3. Grayscale: #666666. Windows color (decimal): -3913972 or 804804. OLE color: 804804.

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

Color convert

RGB 196 71 12 -
CMYK 0 0.64 0.94 0.23
HSL 19.24º 0.88% 0.41% -
HSV(B) 19.24º 0.94% 0.77% -
XYZ 25.08 16.27 2.17 -
YUV 101.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 196 71 12 0 0.64 0.94 0.23 19.24 0.88 0.41
Hex C4 47 C 0 40 5E 17 13 58 29
Octal 304 107 14 0 100 136 27 23 130 51
Binary 11000100 1000111 1100 0 1000000 1011110 10111 10011 1011000 101001

Color Harmonies of #C4470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4470C

Black with #C4470C

Text Example


Text Example

White with #C4470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4470C; }

 p { color: rgb(196,71,12); }

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

background-color css

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

 a { background-color: rgb(196,71,12); }

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

border-color css

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

 span { border-color: rgb(196,71,12); }

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