Html Css Color HEX #C85218 Rust

📋 copy color: '#C85218'

red 200 ◦ green 82 ◦ blue 24

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

Shades of Rust #C85218

Tints of Rust #C85218

RGB

 RED value IS 200 (78.52% from 255) = 65.36%

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

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

R = 65.36%
G = 26.8%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85218 (or 0xC85218) is known color: Rust. HEX triplet: C8, 52 and 18. RGB value is (200,82,24). Sum of RGB (Red+Green+Blue) = 200+82+24=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85218 is #37ADE7. Grayscale: #6F6F6F. Windows color (decimal): -3649000 or 1594056. OLE color: 1594056.

HSL color Cylindrical-coordinate representation of color #C85218: hue angle of 19.77º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C85218 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 24 -
CMYK 0 0.59 0.88 0.22
HSL 19.77º 0.79% 0.44% -
HSV(B) 19.77º 0.88% 0.78% -
XYZ 27 18.38 2.99 -
YUV 110.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 200 82 24 0 0.59 0.88 0.22 19.77 0.79 0.44
Hex C8 52 18 0 3B 58 16 14 4F 2C
Octal 310 122 30 0 73 130 26 24 117 54
Binary 11001000 1010010 11000 0 111011 1011000 10110 10100 1001111 101100

Color Harmonies of #C85218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85218

Black with #C85218

Text Example


Text Example

White with #C85218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85218; }

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

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

background-color css

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

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

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

border-color css

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

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

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