Html Css Color HEX #C05218 Rust

📋 copy color: '#C05218'

red 192 ◦ green 82 ◦ blue 24

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

Shades of Rust #C05218

Tints of Rust #C05218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 64.43%
G = 27.52%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C05218 (or 0xC05218) is known color: Rust. HEX triplet: C0, 52 and 18. RGB value is (192,82,24). Sum of RGB (Red+Green+Blue) = 192+82+24=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C05218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05218 is #3FADE7. Grayscale: #6C6C6C. Windows color (decimal): -4173288 or 1594048. OLE color: 1594048.

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

Color convert

RGB 192 82 24 -
CMYK 0 0.57 0.88 0.25
HSL 20.71º 0.78% 0.42% -
HSV(B) 20.71º 0.88% 0.75% -
XYZ 24.92 17.31 2.89 -
YUV 108.28 80.44 187.72 -
System Red Green Blue C M Y K H S L
Decimal 192 82 24 0 0.57 0.88 0.25 20.71 0.78 0.42
Hex C0 52 18 0 39 58 19 15 4E 2A
Octal 300 122 30 0 71 130 31 25 116 52
Binary 11000000 1010010 11000 0 111001 1011000 11001 10101 1001110 101010

Color Harmonies of #C05218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05218

Black with #C05218

Text Example


Text Example

White with #C05218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05218; }

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

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

background-color css

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

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

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

border-color css

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

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

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