Html Css Color HEX #C44816 Rust

📋 copy color: '#C44816'

red 196 ◦ green 72 ◦ blue 22

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

Shades of Rust #C44816

Tints of Rust #C44816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 67.59%
G = 24.83%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44816 (or 0xC44816) is known color: Rust. HEX triplet: C4, 48 and 16. RGB value is (196,72,22). Sum of RGB (Red+Green+Blue) = 196+72+22=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C44816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44816 is #3BB7E9. Grayscale: #676767. Windows color (decimal): -3913706 or 1460420. OLE color: 1460420.

HSL color Cylindrical-coordinate representation of color #C44816: hue angle of 17.24º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C44816 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 22 -
CMYK 0 0.63 0.89 0.23
HSL 17.24º 0.8% 0.43% -
HSV(B) 17.24º 0.89% 0.77% -
XYZ 25.23 16.43 2.6 -
YUV 103.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 196 72 22 0 0.63 0.89 0.23 17.24 0.8 0.43
Hex C4 48 16 0 3F 59 17 11 50 2B
Octal 304 110 26 0 77 131 27 21 120 53
Binary 11000100 1001000 10110 0 111111 1011001 10111 10001 1010000 101011

Color Harmonies of #C44816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44816

Black with #C44816

Text Example


Text Example

White with #C44816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44816; }

 p { color: rgb(196,72,22); }

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

background-color css

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

 a { background-color: rgb(196,72,22); }

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

border-color css

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

 span { border-color: rgb(196,72,22); }

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