Html Css Color HEX #C44B16 Rust

📋 copy color: '#C44B16'

red 196 ◦ green 75 ◦ blue 22

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

Shades of Rust #C44B16

Tints of Rust #C44B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 66.89%
G = 25.6%
B = 7.51%

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

#C44B16 (or 0xC44B16) is known color: Rust. HEX triplet: C4, 4B and 16. RGB value is (196,75,22). Sum of RGB (Red+Green+Blue) = 196+75+22=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B16 is #3BB4E9. Grayscale: #696969. Windows color (decimal): -3912938 or 1461188. OLE color: 1461188.

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

Color convert

RGB 196 75 22 -
CMYK 0 0.62 0.89 0.23
HSL 18.28º 0.8% 0.43% -
HSV(B) 18.28º 0.89% 0.77% -
XYZ 25.43 16.83 2.67 -
YUV 105.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 196 75 22 0 0.62 0.89 0.23 18.28 0.8 0.43
Hex C4 4B 16 0 3E 59 17 12 50 2B
Octal 304 113 26 0 76 131 27 22 120 53
Binary 11000100 1001011 10110 0 111110 1011001 10111 10010 1010000 101011

Color Harmonies of #C44B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B16

Black with #C44B16

Text Example


Text Example

White with #C44B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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