Html Css Color HEX #C15214 Rust

📋 copy color: '#C15214'

red 193 ◦ green 82 ◦ blue 20

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

Shades of Rust #C15214

Tints of Rust #C15214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 65.42%
G = 27.8%
B = 6.78%

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

#C15214 (or 0xC15214) is known color: Rust. HEX triplet: C1, 52 and 14. RGB value is (193,82,20). Sum of RGB (Red+Green+Blue) = 193+82+20=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C15214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15214 is #3EADEB. Grayscale: #6C6C6C. Windows color (decimal): -4107756 or 1331905. OLE color: 1331905.

HSL color Cylindrical-coordinate representation of color #C15214: hue angle of 21.5º degrees, saturation: 0.81, 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 #C15214 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 20 -
CMYK 0 0.58 0.90 0.24
HSL 21.5º 0.81% 0.42% -
HSV(B) 21.5º 0.9% 0.76% -
XYZ 25.14 17.42 2.7 -
YUV 108.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 193 82 20 0 0.58 0.90 0.24 21.5 0.81 0.42
Hex C1 52 14 0 3A 5A 18 16 51 2A
Octal 301 122 24 0 72 132 30 26 121 52
Binary 11000001 1010010 10100 0 111010 1011010 11000 10110 1010001 101010

Color Harmonies of #C15214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15214

Black with #C15214

Text Example


Text Example

White with #C15214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15214; }

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

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

background-color css

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

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

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

border-color css

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

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

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