Html Css Color HEX #C4471A Rust

📋 copy color: '#C4471A'

red 196 ◦ green 71 ◦ blue 26

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

Shades of Rust #C4471A

Tints of Rust #C4471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 66.89%
G = 24.23%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4471A (or 0xC4471A) is known color: Rust. HEX triplet: C4, 47 and 1A. RGB value is (196,71,26). Sum of RGB (Red+Green+Blue) = 196+71+26=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4471A is #3BB8E5. Grayscale: #676767. Windows color (decimal): -3913958 or 1722308. OLE color: 1722308.

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

Color convert

RGB 196 71 26 -
CMYK 0 0.64 0.87 0.23
HSL 15.88º 0.77% 0.44% -
HSV(B) 15.88º 0.87% 0.77% -
XYZ 25.2 16.32 2.8 -
YUV 103.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 196 71 26 0 0.64 0.87 0.23 15.88 0.77 0.44
Hex C4 47 1A 0 40 57 17 10 4D 2C
Octal 304 107 32 0 100 127 27 20 115 54
Binary 11000100 1000111 11010 0 1000000 1010111 10111 10000 1001101 101100

Color Harmonies of #C4471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4471A

Black with #C4471A

Text Example


Text Example

White with #C4471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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