Html Css Color HEX #C95018 Rust

📋 copy color: '#C95018'

red 201 ◦ green 80 ◦ blue 24

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

Shades of Rust #C95018

Tints of Rust #C95018

RGB

 RED value IS 201 (78.91% from 255) = 65.9%

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

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

R = 65.9%
G = 26.23%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C95018 (or 0xC95018) is known color: Rust. HEX triplet: C9, 50 and 18. RGB value is (201,80,24). Sum of RGB (Red+Green+Blue) = 201+80+24=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C95018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95018 is #36AFE7. Grayscale: #6E6E6E. Windows color (decimal): -3583976 or 1593545. OLE color: 1593545.

HSL color Cylindrical-coordinate representation of color #C95018: hue angle of 18.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C95018 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 24 -
CMYK 0 0.60 0.88 0.21
HSL 18.98º 0.79% 0.44% -
HSV(B) 18.98º 0.88% 0.79% -
XYZ 27.12 18.22 2.95 -
YUV 109.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 201 80 24 0 0.60 0.88 0.21 18.98 0.79 0.44
Hex C9 50 18 0 3C 58 15 13 4F 2C
Octal 311 120 30 0 74 130 25 23 117 54
Binary 11001001 1010000 11000 0 111100 1011000 10101 10011 1001111 101100

Color Harmonies of #C95018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95018

Black with #C95018

Text Example


Text Example

White with #C95018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95018; }

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

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

background-color css

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

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

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

border-color css

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

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

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