Html Css Color HEX #C44818 Rust

📋 copy color: '#C44818'

red 196 ◦ green 72 ◦ blue 24

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

Shades of Rust #C44818

Tints of Rust #C44818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

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

R = 67.12%
G = 24.66%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44818 (or 0xC44818) is known color: Rust. HEX triplet: C4, 48 and 18. RGB value is (196,72,24). Sum of RGB (Red+Green+Blue) = 196+72+24=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C44818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44818 is #3BB7E7. Grayscale: #676767. Windows color (decimal): -3913704 or 1591492. OLE color: 1591492.

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

Color convert

RGB 196 72 24 -
CMYK 0 0.63 0.88 0.23
HSL 16.74º 0.78% 0.43% -
HSV(B) 16.74º 0.88% 0.77% -
XYZ 25.25 16.44 2.71 -
YUV 103.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 196 72 24 0 0.63 0.88 0.23 16.74 0.78 0.43
Hex C4 48 18 0 3F 58 17 11 4E 2B
Octal 304 110 30 0 77 130 27 21 116 53
Binary 11000100 1001000 11000 0 111111 1011000 10111 10001 1001110 101011

Color Harmonies of #C44818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44818

Black with #C44818

Text Example


Text Example

White with #C44818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44818; }

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

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

background-color css

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

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

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

border-color css

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

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

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