Html Css Color HEX #C44D16 Rust

📋 copy color: '#C44D16'

red 196 ◦ green 77 ◦ blue 22

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

Shades of Rust #C44D16

Tints of Rust #C44D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.1%

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

R = 66.44%
G = 26.1%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44D16 (or 0xC44D16) is known color: Rust. HEX triplet: C4, 4D and 16. RGB value is (196,77,22). Sum of RGB (Red+Green+Blue) = 196+77+22=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D16 is #3BB2E9. Grayscale: #6A6A6A. Windows color (decimal): -3912426 or 1461700. OLE color: 1461700.

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

Color convert

RGB 196 77 22 -
CMYK 0 0.61 0.89 0.23
HSL 18.97º 0.8% 0.43% -
HSV(B) 18.97º 0.89% 0.77% -
XYZ 25.56 17.1 2.71 -
YUV 106.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 196 77 22 0 0.61 0.89 0.23 18.97 0.8 0.43
Hex C4 4D 16 0 3D 59 17 13 50 2B
Octal 304 115 26 0 75 131 27 23 120 53
Binary 11000100 1001101 10110 0 111101 1011001 10111 10011 1010000 101011

Color Harmonies of #C44D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D16

Black with #C44D16

Text Example


Text Example

White with #C44D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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