Html Css Color HEX #C95118 Rust

📋 copy color: '#C95118'

red 201 ◦ green 81 ◦ blue 24

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

Shades of Rust #C95118

Tints of Rust #C95118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 65.69%
G = 26.47%
B = 7.84%

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

#C95118 (or 0xC95118) is known color: Rust. HEX triplet: C9, 51 and 18. RGB value is (201,81,24). Sum of RGB (Red+Green+Blue) = 201+81+24=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C95118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95118 is #36AEE7. Grayscale: #6E6E6E. Windows color (decimal): -3583720 or 1593801. OLE color: 1593801.

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

Color convert

RGB 201 81 24 -
CMYK 0 0.60 0.88 0.21
HSL 19.32º 0.79% 0.44% -
HSV(B) 19.32º 0.88% 0.79% -
XYZ 27.19 18.37 2.98 -
YUV 110.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 201 81 24 0 0.60 0.88 0.21 19.32 0.79 0.44
Hex C9 51 18 0 3C 58 15 13 4F 2C
Octal 311 121 30 0 74 130 25 23 117 54
Binary 11001001 1010001 11000 0 111100 1011000 10101 10011 1001111 101100

Color Harmonies of #C95118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95118

Black with #C95118

Text Example


Text Example

White with #C95118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95118; }

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

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

background-color css

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

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

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

border-color css

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

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

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