Html Css Color HEX #500C0E Rustic Red

📋 copy color: '#500C0E'

red 80 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #500C0E

Tints of Rustic Red #500C0E

RGB

 RED value IS 80 (31.64% from 255) = 75.47%

 GREEN value IS 12 (5.08% from 255) = 11.32%

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 75.47%
G = 11.32%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#500C0E (or 0x500C0E) is known color: Rustic Red. HEX triplet: 50, 0C and 0E. RGB value is (80,12,14). Sum of RGB (Red+Green+Blue) = 80+12+14=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C0E is #AFF3F1. Grayscale: #202020. Windows color (decimal): -11531250 or 920656. OLE color: 920656.

HSL color Cylindrical-coordinate representation of color #500C0E: hue angle of 358.24º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #500C0E is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 12 14 -
CMYK 0 0.85 0.83 0.69
HSL 358.24º 0.74% 0.18% -
HSV(B) 358.24º 0.85% 0.31% -
XYZ 3.52 2 0.62 -
YUV 32.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 80 12 14 0 0.85 0.83 0.69 358.24 0.74 0.18
Hex 50 C E 0 55 53 45 166 4A 12
Octal 120 14 16 0 125 123 105 546 112 22
Binary 1010000 1100 1110 0 1010101 1010011 1000101 101100110 1001010 10010

Color Harmonies of #500C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C0E

Black with #500C0E

Text Example


Text Example

White with #500C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500C0E; }

 p { color: rgb(80,12,14); }

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

background-color css

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

 a { background-color: rgb(80,12,14); }

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

border-color css

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

 span { border-color: rgb(80,12,14); }

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