Html Css Color HEX #C75218 Rust

📋 copy color: '#C75218'

red 199 ◦ green 82 ◦ blue 24

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

Shades of Rust #C75218

Tints of Rust #C75218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 65.25%
G = 26.89%
B = 7.87%

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

#C75218 (or 0xC75218) is known color: Rust. HEX triplet: C7, 52 and 18. RGB value is (199,82,24). Sum of RGB (Red+Green+Blue) = 199+82+24=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C75218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75218 is #38ADE7. Grayscale: #6E6E6E. Windows color (decimal): -3714536 or 1594055. OLE color: 1594055.

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

Color convert

RGB 199 82 24 -
CMYK 0 0.59 0.88 0.22
HSL 19.89º 0.78% 0.44% -
HSV(B) 19.89º 0.88% 0.78% -
XYZ 26.74 18.24 2.98 -
YUV 110.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 199 82 24 0 0.59 0.88 0.22 19.89 0.78 0.44
Hex C7 52 18 0 3B 58 16 14 4E 2C
Octal 307 122 30 0 73 130 26 24 116 54
Binary 11000111 1010010 11000 0 111011 1011000 10110 10100 1001110 101100

Color Harmonies of #C75218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75218

Black with #C75218

Text Example


Text Example

White with #C75218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75218; }

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

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

background-color css

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

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

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

border-color css

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

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

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