Html Css Color HEX #C05118 Rust

📋 copy color: '#C05118'

red 192 ◦ green 81 ◦ blue 24

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

Shades of Rust #C05118

Tints of Rust #C05118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 64.65%
G = 27.27%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C05118 (or 0xC05118) is known color: Rust. HEX triplet: C0, 51 and 18. RGB value is (192,81,24). Sum of RGB (Red+Green+Blue) = 192+81+24=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05118 is #3FAEE7. Grayscale: #6C6C6C. Windows color (decimal): -4173544 or 1593792. OLE color: 1593792.

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

Color convert

RGB 192 81 24 -
CMYK 0 0.58 0.88 0.25
HSL 20.36º 0.78% 0.42% -
HSV(B) 20.36º 0.88% 0.75% -
XYZ 24.85 17.16 2.87 -
YUV 107.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 192 81 24 0 0.58 0.88 0.25 20.36 0.78 0.42
Hex C0 51 18 0 3A 58 19 14 4E 2A
Octal 300 121 30 0 72 130 31 24 116 52
Binary 11000000 1010001 11000 0 111010 1011000 11001 10100 1001110 101010

Color Harmonies of #C05118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05118

Black with #C05118

Text Example


Text Example

White with #C05118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05118; }

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

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

background-color css

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

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

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

border-color css

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

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

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