Html Css Color HEX #C15314 Rust

📋 copy color: '#C15314'

red 193 ◦ green 83 ◦ blue 20

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

Shades of Rust #C15314

Tints of Rust #C15314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 65.2%
G = 28.04%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C15314 (or 0xC15314) is known color: Rust. HEX triplet: C1, 53 and 14. RGB value is (193,83,20). Sum of RGB (Red+Green+Blue) = 193+83+20=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C15314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15314 is #3EACEB. Grayscale: #6D6D6D. Windows color (decimal): -4107500 or 1332161. OLE color: 1332161.

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

Color convert

RGB 193 83 20 -
CMYK 0 0.57 0.90 0.24
HSL 21.85º 0.81% 0.42% -
HSV(B) 21.85º 0.9% 0.76% -
XYZ 25.21 17.57 2.73 -
YUV 108.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 193 83 20 0 0.57 0.90 0.24 21.85 0.81 0.42
Hex C1 53 14 0 39 5A 18 16 51 2A
Octal 301 123 24 0 71 132 30 26 121 52
Binary 11000001 1010011 10100 0 111001 1011010 11000 10110 1010001 101010

Color Harmonies of #C15314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15314

Black with #C15314

Text Example


Text Example

White with #C15314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15314; }

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

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

background-color css

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

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

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

border-color css

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

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

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