Html Css Color HEX #C44416 Rust

📋 copy color: '#C44416'

red 196 ◦ green 68 ◦ blue 22

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

Shades of Rust #C44416

Tints of Rust #C44416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 68.53%
G = 23.78%
B = 7.69%

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

#C44416 (or 0xC44416) is known color: Rust. HEX triplet: C4, 44 and 16. RGB value is (196,68,22). Sum of RGB (Red+Green+Blue) = 196+68+22=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C44416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44416 is #3BBBE9. Grayscale: #656565. Windows color (decimal): -3914730 or 1459396. OLE color: 1459396.

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

Color convert

RGB 196 68 22 -
CMYK 0 0.65 0.89 0.23
HSL 15.86º 0.8% 0.43% -
HSV(B) 15.86º 0.89% 0.77% -
XYZ 24.98 15.93 2.52 -
YUV 101.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 196 68 22 0 0.65 0.89 0.23 15.86 0.8 0.43
Hex C4 44 16 0 41 59 17 10 50 2B
Octal 304 104 26 0 101 131 27 20 120 53
Binary 11000100 1000100 10110 0 1000001 1011001 10111 10000 1010000 101011

Color Harmonies of #C44416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44416

Black with #C44416

Text Example


Text Example

White with #C44416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44416; }

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

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

background-color css

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

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

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

border-color css

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

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

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