Html Css Color HEX #C44518 Rust

📋 copy color: '#C44518'

red 196 ◦ green 69 ◦ blue 24

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

Shades of Rust #C44518

Tints of Rust #C44518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 67.82%
G = 23.88%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44518 (or 0xC44518) is known color: Rust. HEX triplet: C4, 45 and 18. RGB value is (196,69,24). Sum of RGB (Red+Green+Blue) = 196+69+24=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C44518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44518 is #3BBAE7. Grayscale: #666666. Windows color (decimal): -3914472 or 1590724. OLE color: 1590724.

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

Color convert

RGB 196 69 24 -
CMYK 0 0.65 0.88 0.23
HSL 15.7º 0.78% 0.43% -
HSV(B) 15.7º 0.88% 0.77% -
XYZ 25.06 16.06 2.64 -
YUV 101.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 196 69 24 0 0.65 0.88 0.23 15.7 0.78 0.43
Hex C4 45 18 0 41 58 17 10 4E 2B
Octal 304 105 30 0 101 130 27 20 116 53
Binary 11000100 1000101 11000 0 1000001 1011000 10111 10000 1001110 101011

Color Harmonies of #C44518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44518

Black with #C44518

Text Example


Text Example

White with #C44518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44518; }

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

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

background-color css

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

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

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

border-color css

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

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

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