Html Css Color HEX #C4470F Rust

📋 copy color: '#C4470F'

red 196 ◦ green 71 ◦ blue 15

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

Shades of Rust #C4470F

Tints of Rust #C4470F

RGB

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

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

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

R = 69.5%
G = 25.18%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4470F (or 0xC4470F) is known color: Rust. HEX triplet: C4, 47 and 0F. RGB value is (196,71,15). Sum of RGB (Red+Green+Blue) = 196+71+15=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4470F is #3BB8F0. Grayscale: #666666. Windows color (decimal): -3913969 or 1001412. OLE color: 1001412.

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

Color convert

RGB 196 71 15 -
CMYK 0 0.64 0.92 0.23
HSL 18.56º 0.86% 0.41% -
HSV(B) 18.56º 0.92% 0.77% -
XYZ 25.1 16.28 2.27 -
YUV 101.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 196 71 15 0 0.64 0.92 0.23 18.56 0.86 0.41
Hex C4 47 F 0 40 5C 17 13 56 29
Octal 304 107 17 0 100 134 27 23 126 51
Binary 11000100 1000111 1111 0 1000000 1011100 10111 10011 1010110 101001

Color Harmonies of #C4470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4470F

Black with #C4470F

Text Example


Text Example

White with #C4470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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