Html Css Color HEX #C85016 Rust

📋 copy color: '#C85016'

red 200 ◦ green 80 ◦ blue 22

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

Shades of Rust #C85016

Tints of Rust #C85016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 66.23%
G = 26.49%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C85016 (or 0xC85016) is known color: Rust. HEX triplet: C8, 50 and 16. RGB value is (200,80,22). Sum of RGB (Red+Green+Blue) = 200+80+22=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C85016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85016 is #37AFE9. Grayscale: #6D6D6D. Windows color (decimal): -3649514 or 1462472. OLE color: 1462472.

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

Color convert

RGB 200 80 22 -
CMYK 0 0.6 0.89 0.22
HSL 19.55º 0.8% 0.44% -
HSV(B) 19.55º 0.89% 0.78% -
XYZ 26.83 18.07 2.83 -
YUV 109.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 200 80 22 0 0.6 0.89 0.22 19.55 0.8 0.44
Hex C8 50 16 0 3C 59 16 14 50 2C
Octal 310 120 26 0 74 131 26 24 120 54
Binary 11001000 1010000 10110 0 111100 1011001 10110 10100 1010000 101100

Color Harmonies of #C85016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85016

Black with #C85016

Text Example


Text Example

White with #C85016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85016; }

 p { color: rgb(200,80,22); }

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

background-color css

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

 a { background-color: rgb(200,80,22); }

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

border-color css

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

 span { border-color: rgb(200,80,22); }

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