Html Css Color HEX #C4470E Rust

📋 copy color: '#C4470E'

red 196 ◦ green 71 ◦ blue 14

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

Shades of Rust #C4470E

Tints of Rust #C4470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 69.75%
G = 25.27%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4470E (or 0xC4470E) is known color: Rust. HEX triplet: C4, 47 and 0E. RGB value is (196,71,14). Sum of RGB (Red+Green+Blue) = 196+71+14=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4470E is #3BB8F1. Grayscale: #666666. Windows color (decimal): -3913970 or 935876. OLE color: 935876.

HSL color Cylindrical-coordinate representation of color #C4470E: hue angle of 18.79º degrees, saturation: 0.87, 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 #C4470E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 71 14 -
CMYK 0 0.64 0.93 0.23
HSL 18.79º 0.87% 0.41% -
HSV(B) 18.79º 0.93% 0.77% -
XYZ 25.1 16.27 2.23 -
YUV 101.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 196 71 14 0 0.64 0.93 0.23 18.79 0.87 0.41
Hex C4 47 E 0 40 5D 17 13 57 29
Octal 304 107 16 0 100 135 27 23 127 51
Binary 11000100 1000111 1110 0 1000000 1011101 10111 10011 1010111 101001

Color Harmonies of #C4470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4470E

Black with #C4470E

Text Example


Text Example

White with #C4470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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