Html Css Color HEX #C85015 Rust

📋 copy color: '#C85015'

red 200 ◦ green 80 ◦ blue 21

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

Shades of Rust #C85015

Tints of Rust #C85015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 66.45%
G = 26.58%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85015 (or 0xC85015) is known color: Rust. HEX triplet: C8, 50 and 15. RGB value is (200,80,21). Sum of RGB (Red+Green+Blue) = 200+80+21=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C85015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85015 is #37AFEA. Grayscale: #6D6D6D. Windows color (decimal): -3649515 or 1396936. OLE color: 1396936.

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

Color convert

RGB 200 80 21 -
CMYK 0 0.6 0.90 0.22
HSL 19.78º 0.81% 0.43% -
HSV(B) 19.78º 0.9% 0.78% -
XYZ 26.82 18.07 2.78 -
YUV 109.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 200 80 21 0 0.6 0.90 0.22 19.78 0.81 0.43
Hex C8 50 15 0 3C 5A 16 14 51 2B
Octal 310 120 25 0 74 132 26 24 121 53
Binary 11001000 1010000 10101 0 111100 1011010 10110 10100 1010001 101011

Color Harmonies of #C85015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85015

Black with #C85015

Text Example


Text Example

White with #C85015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85015; }

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

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

background-color css

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

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

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

border-color css

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

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

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