Html Css Color HEX #C05518 Rust

📋 copy color: '#C05518'

red 192 ◦ green 85 ◦ blue 24

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

Shades of Rust #C05518

Tints of Rust #C05518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 63.79%
G = 28.24%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C05518 (or 0xC05518) is known color: Rust. HEX triplet: C0, 55 and 18. RGB value is (192,85,24). Sum of RGB (Red+Green+Blue) = 192+85+24=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05518 is #3FAAE7. Grayscale: #6E6E6E. Windows color (decimal): -4172520 or 1594816. OLE color: 1594816.

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

Color convert

RGB 192 85 24 -
CMYK 0 0.56 0.88 0.25
HSL 21.79º 0.78% 0.42% -
HSV(B) 21.79º 0.88% 0.75% -
XYZ 25.15 17.77 2.97 -
YUV 110.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 192 85 24 0 0.56 0.88 0.25 21.79 0.78 0.42
Hex C0 55 18 0 38 58 19 16 4E 2A
Octal 300 125 30 0 70 130 31 26 116 52
Binary 11000000 1010101 11000 0 111000 1011000 11001 10110 1001110 101010

Color Harmonies of #C05518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05518

Black with #C05518

Text Example


Text Example

White with #C05518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05518; }

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

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

background-color css

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

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

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

border-color css

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

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

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