Html Css Color HEX #C85019 Rust

📋 copy color: '#C85019'

red 200 ◦ green 80 ◦ blue 25

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

Shades of Rust #C85019

Tints of Rust #C85019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 65.57%
G = 26.23%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85019 (or 0xC85019) is known color: Rust. HEX triplet: C8, 50 and 19. RGB value is (200,80,25). Sum of RGB (Red+Green+Blue) = 200+80+25=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85019 is #37AFE6. Grayscale: #6D6D6D. Windows color (decimal): -3649511 or 1659080. OLE color: 1659080.

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

Color convert

RGB 200 80 25 -
CMYK 0 0.6 0.88 0.22
HSL 18.86º 0.78% 0.44% -
HSV(B) 18.86º 0.88% 0.78% -
XYZ 26.86 18.09 2.99 -
YUV 109.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 200 80 25 0 0.6 0.88 0.22 18.86 0.78 0.44
Hex C8 50 19 0 3C 58 16 13 4E 2C
Octal 310 120 31 0 74 130 26 23 116 54
Binary 11001000 1010000 11001 0 111100 1011000 10110 10011 1001110 101100

Color Harmonies of #C85019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85019

Black with #C85019

Text Example


Text Example

White with #C85019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85019; }

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

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

background-color css

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

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

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

border-color css

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

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

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