Html Css Color HEX #C15516 Rust

📋 copy color: '#C15516'

red 193 ◦ green 85 ◦ blue 22

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

Shades of Rust #C15516

Tints of Rust #C15516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 64.33%
G = 28.33%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15516 (or 0xC15516) is known color: Rust. HEX triplet: C1, 55 and 16. RGB value is (193,85,22). Sum of RGB (Red+Green+Blue) = 193+85+22=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C15516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15516 is #3EAAE9. Grayscale: #6E6E6E. Windows color (decimal): -4106986 or 1463745. OLE color: 1463745.

HSL color Cylindrical-coordinate representation of color #C15516: hue angle of 22.11º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15516 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 22 -
CMYK 0 0.56 0.89 0.24
HSL 22.11º 0.8% 0.42% -
HSV(B) 22.11º 0.89% 0.76% -
XYZ 25.39 17.89 2.87 -
YUV 110.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 193 85 22 0 0.56 0.89 0.24 22.11 0.8 0.42
Hex C1 55 16 0 38 59 18 16 50 2A
Octal 301 125 26 0 70 131 30 26 120 52
Binary 11000001 1010101 10110 0 111000 1011001 11000 10110 1010000 101010

Color Harmonies of #C15516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15516

Black with #C15516

Text Example


Text Example

White with #C15516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15516; }

 p { color: rgb(193,85,22); }

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

background-color css

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

 a { background-color: rgb(193,85,22); }

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

border-color css

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

 span { border-color: rgb(193,85,22); }

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