Html Css Color HEX #C75118 Rust

📋 copy color: '#C75118'

red 199 ◦ green 81 ◦ blue 24

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

Shades of Rust #C75118

Tints of Rust #C75118

RGB

 RED value IS 199 (78.13% from 255) = 65.46%

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

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

R = 65.46%
G = 26.64%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C75118 (or 0xC75118) is known color: Rust. HEX triplet: C7, 51 and 18. RGB value is (199,81,24). Sum of RGB (Red+Green+Blue) = 199+81+24=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C75118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75118 is #38AEE7. Grayscale: #6E6E6E. Windows color (decimal): -3714792 or 1593799. OLE color: 1593799.

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

Color convert

RGB 199 81 24 -
CMYK 0 0.59 0.88 0.22
HSL 19.54º 0.78% 0.44% -
HSV(B) 19.54º 0.88% 0.78% -
XYZ 26.66 18.09 2.95 -
YUV 109.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 199 81 24 0 0.59 0.88 0.22 19.54 0.78 0.44
Hex C7 51 18 0 3B 58 16 14 4E 2C
Octal 307 121 30 0 73 130 26 24 116 54
Binary 11000111 1010001 11000 0 111011 1011000 10110 10100 1001110 101100

Color Harmonies of #C75118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75118

Black with #C75118

Text Example


Text Example

White with #C75118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75118; }

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

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

background-color css

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

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

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

border-color css

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

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

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