Html Css Color HEX #C44D18 Rust

📋 copy color: '#C44D18'

red 196 ◦ green 77 ◦ blue 24

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

Shades of Rust #C44D18

Tints of Rust #C44D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 65.99%
G = 25.93%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44D18 (or 0xC44D18) is known color: Rust. HEX triplet: C4, 4D and 18. RGB value is (196,77,24). Sum of RGB (Red+Green+Blue) = 196+77+24=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D18 is #3BB2E7. Grayscale: #6A6A6A. Windows color (decimal): -3912424 or 1592772. OLE color: 1592772.

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

Color convert

RGB 196 77 24 -
CMYK 0 0.61 0.88 0.23
HSL 18.49º 0.78% 0.43% -
HSV(B) 18.49º 0.88% 0.77% -
XYZ 25.58 17.11 2.82 -
YUV 106.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 196 77 24 0 0.61 0.88 0.23 18.49 0.78 0.43
Hex C4 4D 18 0 3D 58 17 12 4E 2B
Octal 304 115 30 0 75 130 27 22 116 53
Binary 11000100 1001101 11000 0 111101 1011000 10111 10010 1001110 101011

Color Harmonies of #C44D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D18

Black with #C44D18

Text Example


Text Example

White with #C44D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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