Html Css Color HEX #C04D18 Rust

📋 copy color: '#C04D18'

red 192 ◦ green 77 ◦ blue 24

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

Shades of Rust #C04D18

Tints of Rust #C04D18

RGB

 RED value IS 192 (75.39% from 255) = 65.53%

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

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

R = 65.53%
G = 26.28%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04D18 (or 0xC04D18) is known color: Rust. HEX triplet: C0, 4D and 18. RGB value is (192,77,24). Sum of RGB (Red+Green+Blue) = 192+77+24=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D18 is #3FB2E7. Grayscale: #696969. Windows color (decimal): -4174568 or 1592768. OLE color: 1592768.

HSL color Cylindrical-coordinate representation of color #C04D18: hue angle of 18.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04D18 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 24 -
CMYK 0 0.60 0.88 0.25
HSL 18.93º 0.78% 0.42% -
HSV(B) 18.93º 0.88% 0.75% -
XYZ 24.56 16.58 2.77 -
YUV 105.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 192 77 24 0 0.60 0.88 0.25 18.93 0.78 0.42
Hex C0 4D 18 0 3C 58 19 13 4E 2A
Octal 300 115 30 0 74 130 31 23 116 52
Binary 11000000 1001101 11000 0 111100 1011000 11001 10011 1001110 101010

Color Harmonies of #C04D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D18

Black with #C04D18

Text Example


Text Example

White with #C04D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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