Html Css Color HEX #C4471C Rust

📋 copy color: '#C4471C'

red 196 ◦ green 71 ◦ blue 28

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

Shades of Rust #C4471C

Tints of Rust #C4471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 66.44%
G = 24.07%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4471C (or 0xC4471C) is known color: Rust. HEX triplet: C4, 47 and 1C. RGB value is (196,71,28). Sum of RGB (Red+Green+Blue) = 196+71+28=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4471C is #3BB8E3. Grayscale: #676767. Windows color (decimal): -3913956 or 1853380. OLE color: 1853380.

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

Color convert

RGB 196 71 28 -
CMYK 0 0.64 0.86 0.23
HSL 15.36º 0.75% 0.44% -
HSV(B) 15.36º 0.86% 0.77% -
XYZ 25.23 16.33 2.92 -
YUV 103.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 196 71 28 0 0.64 0.86 0.23 15.36 0.75 0.44
Hex C4 47 1C 0 40 56 17 F 4B 2C
Octal 304 107 34 0 100 126 27 17 113 54
Binary 11000100 1000111 11100 0 1000000 1010110 10111 1111 1001011 101100

Color Harmonies of #C4471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4471C

Black with #C4471C

Text Example


Text Example

White with #C4471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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