Html Css Color HEX #C4471E Rust

📋 copy color: '#C4471E'

red 196 ◦ green 71 ◦ blue 30

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

Shades of Rust #C4471E

Tints of Rust #C4471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 65.99%
G = 23.91%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4471E (or 0xC4471E) is known color: Rust. HEX triplet: C4, 47 and 1E. RGB value is (196,71,30). Sum of RGB (Red+Green+Blue) = 196+71+30=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4471E is #3BB8E1. Grayscale: #676767. Windows color (decimal): -3913954 or 1984452. OLE color: 1984452.

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

Color convert

RGB 196 71 30 -
CMYK 0 0.64 0.85 0.23
HSL 14.82º 0.73% 0.44% -
HSV(B) 14.82º 0.85% 0.77% -
XYZ 25.25 16.34 3.05 -
YUV 103.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 196 71 30 0 0.64 0.85 0.23 14.82 0.73 0.44
Hex C4 47 1E 0 40 55 17 F 49 2C
Octal 304 107 36 0 100 125 27 17 111 54
Binary 11000100 1000111 11110 0 1000000 1010101 10111 1111 1001001 101100

Color Harmonies of #C4471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4471E

Black with #C4471E

Text Example


Text Example

White with #C4471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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