Html Css Color HEX #C15515 Rust

📋 copy color: '#C15515'

red 193 ◦ green 85 ◦ blue 21

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

Shades of Rust #C15515

Tints of Rust #C15515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 64.55%
G = 28.43%
B = 7.02%

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

#C15515 (or 0xC15515) is known color: Rust. HEX triplet: C1, 55 and 15. RGB value is (193,85,21). Sum of RGB (Red+Green+Blue) = 193+85+21=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C15515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15515 is #3EAAEA. Grayscale: #6E6E6E. Windows color (decimal): -4106987 or 1398209. OLE color: 1398209.

HSL color Cylindrical-coordinate representation of color #C15515: hue angle of 22.33º 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 #C15515 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 21 -
CMYK 0 0.56 0.89 0.24
HSL 22.33º 0.8% 0.42% -
HSV(B) 22.33º 0.89% 0.76% -
XYZ 25.38 17.89 2.82 -
YUV 110 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 193 85 21 0 0.56 0.89 0.24 22.33 0.8 0.42
Hex C1 55 15 0 38 59 18 16 50 2A
Octal 301 125 25 0 70 131 30 26 120 52
Binary 11000001 1010101 10101 0 111000 1011001 11000 10110 1010000 101010

Color Harmonies of #C15515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15515

Black with #C15515

Text Example


Text Example

White with #C15515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15515; }

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

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

background-color css

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

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

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

border-color css

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

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

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