Html Css Color HEX #C44B17 Rust

📋 copy color: '#C44B17'

red 196 ◦ green 75 ◦ blue 23

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

Shades of Rust #C44B17

Tints of Rust #C44B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 66.67%
G = 25.51%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44B17 (or 0xC44B17) is known color: Rust. HEX triplet: C4, 4B and 17. RGB value is (196,75,23). Sum of RGB (Red+Green+Blue) = 196+75+23=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B17 is #3BB4E8. Grayscale: #696969. Windows color (decimal): -3912937 or 1526724. OLE color: 1526724.

HSL color Cylindrical-coordinate representation of color #C44B17: hue angle of 18.03º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44B17 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 75 23 -
CMYK 0 0.62 0.88 0.23
HSL 18.03º 0.79% 0.43% -
HSV(B) 18.03º 0.88% 0.77% -
XYZ 25.44 16.83 2.72 -
YUV 105.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 196 75 23 0 0.62 0.88 0.23 18.03 0.79 0.43
Hex C4 4B 17 0 3E 58 17 12 4F 2B
Octal 304 113 27 0 76 130 27 22 117 53
Binary 11000100 1001011 10111 0 111110 1011000 10111 10010 1001111 101011

Color Harmonies of #C44B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B17

Black with #C44B17

Text Example


Text Example

White with #C44B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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