Html Css Color HEX #C15218 Rust

📋 copy color: '#C15218'

red 193 ◦ green 82 ◦ blue 24

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

Shades of Rust #C15218

Tints of Rust #C15218

RGB

 RED value IS 193 (75.78% from 255) = 64.55%

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

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

R = 64.55%
G = 27.42%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C15218 (or 0xC15218) is known color: Rust. HEX triplet: C1, 52 and 18. RGB value is (193,82,24). Sum of RGB (Red+Green+Blue) = 193+82+24=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C15218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15218 is #3EADE7. Grayscale: #6C6C6C. Windows color (decimal): -4107752 or 1594049. OLE color: 1594049.

HSL color Cylindrical-coordinate representation of color #C15218: hue angle of 20.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C15218 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 24 -
CMYK 0 0.58 0.88 0.24
HSL 20.59º 0.78% 0.43% -
HSV(B) 20.59º 0.88% 0.76% -
XYZ 25.17 17.44 2.9 -
YUV 108.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 193 82 24 0 0.58 0.88 0.24 20.59 0.78 0.43
Hex C1 52 18 0 3A 58 18 15 4E 2B
Octal 301 122 30 0 72 130 30 25 116 53
Binary 11000001 1010010 11000 0 111010 1011000 11000 10101 1001110 101011

Color Harmonies of #C15218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15218

Black with #C15218

Text Example


Text Example

White with #C15218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15218; }

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

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

background-color css

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

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

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

border-color css

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

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

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