Html Css Color HEX #C85018 Rust

📋 copy color: '#C85018'

red 200 ◦ green 80 ◦ blue 24

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

Shades of Rust #C85018

Tints of Rust #C85018

RGB

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

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

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

R = 65.79%
G = 26.32%
B = 7.89%

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

#C85018 (or 0xC85018) is known color: Rust. HEX triplet: C8, 50 and 18. RGB value is (200,80,24). Sum of RGB (Red+Green+Blue) = 200+80+24=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85018 is #37AFE7. Grayscale: #6D6D6D. Windows color (decimal): -3649512 or 1593544. OLE color: 1593544.

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

Color convert

RGB 200 80 24 -
CMYK 0 0.6 0.88 0.22
HSL 19.09º 0.79% 0.44% -
HSV(B) 19.09º 0.88% 0.78% -
XYZ 26.85 18.08 2.94 -
YUV 109.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 200 80 24 0 0.6 0.88 0.22 19.09 0.79 0.44
Hex C8 50 18 0 3C 58 16 13 4F 2C
Octal 310 120 30 0 74 130 26 23 117 54
Binary 11001000 1010000 11000 0 111100 1011000 10110 10011 1001111 101100

Color Harmonies of #C85018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85018

Black with #C85018

Text Example


Text Example

White with #C85018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85018; }

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

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

background-color css

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

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

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

border-color css

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

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

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