Html Css Color HEX #C44916 Rust

📋 copy color: '#C44916'

red 196 ◦ green 73 ◦ blue 22

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

Shades of Rust #C44916

Tints of Rust #C44916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 67.35%
G = 25.09%
B = 7.56%

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

#C44916 (or 0xC44916) is known color: Rust. HEX triplet: C4, 49 and 16. RGB value is (196,73,22). Sum of RGB (Red+Green+Blue) = 196+73+22=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C44916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44916 is #3BB6E9. Grayscale: #686868. Windows color (decimal): -3913450 or 1460676. OLE color: 1460676.

HSL color Cylindrical-coordinate representation of color #C44916: hue angle of 17.59º 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 #C44916 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 22 -
CMYK 0 0.63 0.89 0.23
HSL 17.59º 0.8% 0.43% -
HSV(B) 17.59º 0.89% 0.77% -
XYZ 25.29 16.56 2.62 -
YUV 103.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 196 73 22 0 0.63 0.89 0.23 17.59 0.8 0.43
Hex C4 49 16 0 3F 59 17 12 50 2B
Octal 304 111 26 0 77 131 27 22 120 53
Binary 11000100 1001001 10110 0 111111 1011001 10111 10010 1010000 101011

Color Harmonies of #C44916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44916

Black with #C44916

Text Example


Text Example

White with #C44916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44916; }

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

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

background-color css

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

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

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

border-color css

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

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

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