Html Css Color HEX #C85118 Rust

📋 copy color: '#C85118'

red 200 ◦ green 81 ◦ blue 24

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

Shades of Rust #C85118

Tints of Rust #C85118

RGB

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

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

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

R = 65.57%
G = 26.56%
B = 7.87%

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

#C85118 (or 0xC85118) is known color: Rust. HEX triplet: C8, 51 and 18. RGB value is (200,81,24). Sum of RGB (Red+Green+Blue) = 200+81+24=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85118 is #37AEE7. Grayscale: #6E6E6E. Windows color (decimal): -3649256 or 1593800. OLE color: 1593800.

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

Color convert

RGB 200 81 24 -
CMYK 0 0.59 0.88 0.22
HSL 19.43º 0.79% 0.44% -
HSV(B) 19.43º 0.88% 0.78% -
XYZ 26.93 18.23 2.96 -
YUV 110.08 79.42 192.13 -
System Red Green Blue C M Y K H S L
Decimal 200 81 24 0 0.59 0.88 0.22 19.43 0.79 0.44
Hex C8 51 18 0 3B 58 16 13 4F 2C
Octal 310 121 30 0 73 130 26 23 117 54
Binary 11001000 1010001 11000 0 111011 1011000 10110 10011 1001111 101100

Color Harmonies of #C85118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85118

Black with #C85118

Text Example


Text Example

White with #C85118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85118; }

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

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

background-color css

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

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

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

border-color css

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

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

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