Html Css Color HEX #C44516 Rust

📋 copy color: '#C44516'

red 196 ◦ green 69 ◦ blue 22

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

Shades of Rust #C44516

Tints of Rust #C44516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 68.29%
G = 24.04%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44516 (or 0xC44516) is known color: Rust. HEX triplet: C4, 45 and 16. RGB value is (196,69,22). Sum of RGB (Red+Green+Blue) = 196+69+22=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44516 is #3BBAE9. Grayscale: #656565. Windows color (decimal): -3914474 or 1459652. OLE color: 1459652.

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

Color convert

RGB 196 69 22 -
CMYK 0 0.65 0.89 0.23
HSL 16.21º 0.8% 0.43% -
HSV(B) 16.21º 0.89% 0.77% -
XYZ 25.04 16.05 2.54 -
YUV 101.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 196 69 22 0 0.65 0.89 0.23 16.21 0.8 0.43
Hex C4 45 16 0 41 59 17 10 50 2B
Octal 304 105 26 0 101 131 27 20 120 53
Binary 11000100 1000101 10110 0 1000001 1011001 10111 10000 1010000 101011

Color Harmonies of #C44516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44516

Black with #C44516

Text Example


Text Example

White with #C44516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44516; }

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

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

background-color css

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

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

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

border-color css

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

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

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