Html Css Color HEX #C44A16 Rust

📋 copy color: '#C44A16'

red 196 ◦ green 74 ◦ blue 22

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

Shades of Rust #C44A16

Tints of Rust #C44A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

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

R = 67.12%
G = 25.34%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44A16 (or 0xC44A16) is known color: Rust. HEX triplet: C4, 4A and 16. RGB value is (196,74,22). Sum of RGB (Red+Green+Blue) = 196+74+22=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A16 is #3BB5E9. Grayscale: #686868. Windows color (decimal): -3913194 or 1460932. OLE color: 1460932.

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

Color convert

RGB 196 74 22 -
CMYK 0 0.62 0.89 0.23
HSL 17.93º 0.8% 0.43% -
HSV(B) 17.93º 0.89% 0.77% -
XYZ 25.36 16.69 2.64 -
YUV 104.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 196 74 22 0 0.62 0.89 0.23 17.93 0.8 0.43
Hex C4 4A 16 0 3E 59 17 12 50 2B
Octal 304 112 26 0 76 131 27 22 120 53
Binary 11000100 1001010 10110 0 111110 1011001 10111 10010 1010000 101011

Color Harmonies of #C44A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A16

Black with #C44A16

Text Example


Text Example

White with #C44A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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