Html Css Color HEX #50000C Rustic Red

📋 copy color: '#50000C'

red 80 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #50000C

Tints of Rustic Red #50000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 86.96%
G = 0%
B = 13.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#50000C (or 0x50000C) is known color: Rustic Red. HEX triplet: 50, 00 and 0C. RGB value is (80,0,12). Sum of RGB (Red+Green+Blue) = 80+0+12=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #50000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50000C is #AFFFF3. Grayscale: #191919. Windows color (decimal): -11534324 or 786512. OLE color: 786512.

HSL color Cylindrical-coordinate representation of color #50000C: hue angle of 351º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50000C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 12 -
CMYK 0 1 0.85 0.69
HSL 351º 1% 0.16% -
HSV(B) 351º 1% 0.31% -
XYZ 3.37 1.73 0.5 -
YUV 25.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 80 0 12 0 1 0.85 0.69 351 1 0.16
Hex 50 0 C 0 64 55 45 15F 64 10
Octal 120 0 14 0 144 125 105 537 144 20
Binary 1010000 0 1100 0 1100100 1010101 1000101 101011111 1100100 10000

Color Harmonies of #50000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50000C

Black with #50000C

Text Example


Text Example

White with #50000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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