Html Css Color HEX #C04C18 Rust

📋 copy color: '#C04C18'

red 192 ◦ green 76 ◦ blue 24

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

Shades of Rust #C04C18

Tints of Rust #C04C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

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

R = 65.75%
G = 26.03%
B = 8.22%

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

#C04C18 (or 0xC04C18) is known color: Rust. HEX triplet: C0, 4C and 18. RGB value is (192,76,24). Sum of RGB (Red+Green+Blue) = 192+76+24=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C18 is #3FB3E7. Grayscale: #696969. Windows color (decimal): -4174824 or 1592512. OLE color: 1592512.

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

Color convert

RGB 192 76 24 -
CMYK 0 0.60 0.88 0.25
HSL 18.57º 0.78% 0.42% -
HSV(B) 18.57º 0.88% 0.75% -
XYZ 24.49 16.44 2.75 -
YUV 104.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 192 76 24 0 0.60 0.88 0.25 18.57 0.78 0.42
Hex C0 4C 18 0 3C 58 19 13 4E 2A
Octal 300 114 30 0 74 130 31 23 116 52
Binary 11000000 1001100 11000 0 111100 1011000 11001 10011 1001110 101010

Color Harmonies of #C04C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C18

Black with #C04C18

Text Example


Text Example

White with #C04C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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