Html Css Color HEX #C15213 Rust

📋 copy color: '#C15213'

red 193 ◦ green 82 ◦ blue 19

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

Shades of Rust #C15213

Tints of Rust #C15213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 65.65%
G = 27.89%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C15213 (or 0xC15213) is known color: Rust. HEX triplet: C1, 52 and 13. RGB value is (193,82,19). Sum of RGB (Red+Green+Blue) = 193+82+19=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C15213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15213 is #3EADEC. Grayscale: #6C6C6C. Windows color (decimal): -4107757 or 1266369. OLE color: 1266369.

HSL color Cylindrical-coordinate representation of color #C15213: hue angle of 21.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15213 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 19 -
CMYK 0 0.58 0.90 0.24
HSL 21.72º 0.82% 0.42% -
HSV(B) 21.72º 0.9% 0.76% -
XYZ 25.13 17.42 2.65 -
YUV 108.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 193 82 19 0 0.58 0.90 0.24 21.72 0.82 0.42
Hex C1 52 13 0 3A 5A 18 16 52 2A
Octal 301 122 23 0 72 132 30 26 122 52
Binary 11000001 1010010 10011 0 111010 1011010 11000 10110 1010010 101010

Color Harmonies of #C15213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15213

Black with #C15213

Text Example


Text Example

White with #C15213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15213; }

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

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

background-color css

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

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

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

border-color css

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

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

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