Html Css Color HEX #C15112 Rust

📋 copy color: '#C15112'

red 193 ◦ green 81 ◦ blue 18

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

Shades of Rust #C15112

Tints of Rust #C15112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 66.1%
G = 27.74%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C15112 (or 0xC15112) is known color: Rust. HEX triplet: C1, 51 and 12. RGB value is (193,81,18). Sum of RGB (Red+Green+Blue) = 193+81+18=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C15112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15112 is #3EAEED. Grayscale: #6B6B6B. Windows color (decimal): -4108014 or 1200577. OLE color: 1200577.

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

Color convert

RGB 193 81 18 -
CMYK 0 0.58 0.91 0.24
HSL 21.6º 0.83% 0.41% -
HSV(B) 21.6º 0.91% 0.76% -
XYZ 25.04 17.27 2.58 -
YUV 107.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 193 81 18 0 0.58 0.91 0.24 21.6 0.83 0.41
Hex C1 51 12 0 3A 5B 18 16 53 29
Octal 301 121 22 0 72 133 30 26 123 51
Binary 11000001 1010001 10010 0 111010 1011011 11000 10110 1010011 101001

Color Harmonies of #C15112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15112

Black with #C15112

Text Example


Text Example

White with #C15112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15112; }

 p { color: rgb(193,81,18); }

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

background-color css

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

 a { background-color: rgb(193,81,18); }

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

border-color css

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

 span { border-color: rgb(193,81,18); }

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