Html Css Color HEX #C4471B Rust

📋 copy color: '#C4471B'

red 196 ◦ green 71 ◦ blue 27

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

Shades of Rust #C4471B

Tints of Rust #C4471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 66.67%
G = 24.15%
B = 9.18%

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

#C4471B (or 0xC4471B) is known color: Rust. HEX triplet: C4, 47 and 1B. RGB value is (196,71,27). Sum of RGB (Red+Green+Blue) = 196+71+27=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4471B is #3BB8E4. Grayscale: #676767. Windows color (decimal): -3913957 or 1787844. OLE color: 1787844.

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

Color convert

RGB 196 71 27 -
CMYK 0 0.64 0.86 0.23
HSL 15.62º 0.76% 0.44% -
HSV(B) 15.62º 0.86% 0.77% -
XYZ 25.22 16.32 2.86 -
YUV 103.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 196 71 27 0 0.64 0.86 0.23 15.62 0.76 0.44
Hex C4 47 1B 0 40 56 17 10 4C 2C
Octal 304 107 33 0 100 126 27 20 114 54
Binary 11000100 1000111 11011 0 1000000 1010110 10111 10000 1001100 101100

Color Harmonies of #C4471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4471B

Black with #C4471B

Text Example


Text Example

White with #C4471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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