Html Css Color HEX #C15015 Rust

📋 copy color: '#C15015'

red 193 ◦ green 80 ◦ blue 21

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

Shades of Rust #C15015

Tints of Rust #C15015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 65.65%
G = 27.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15015 (or 0xC15015) is known color: Rust. HEX triplet: C1, 50 and 15. RGB value is (193,80,21). Sum of RGB (Red+Green+Blue) = 193+80+21=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C15015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15015 is #3EAFEA. Grayscale: #6B6B6B. Windows color (decimal): -4108267 or 1396929. OLE color: 1396929.

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

Color convert

RGB 193 80 21 -
CMYK 0 0.59 0.89 0.24
HSL 20.58º 0.8% 0.42% -
HSV(B) 20.58º 0.89% 0.76% -
XYZ 25 17.13 2.7 -
YUV 107.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 193 80 21 0 0.59 0.89 0.24 20.58 0.8 0.42
Hex C1 50 15 0 3B 59 18 15 50 2A
Octal 301 120 25 0 73 131 30 25 120 52
Binary 11000001 1010000 10101 0 111011 1011001 11000 10101 1010000 101010

Color Harmonies of #C15015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15015

Black with #C15015

Text Example


Text Example

White with #C15015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15015; }

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

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

background-color css

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

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

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

border-color css

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

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

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