Html Css Color HEX #500D0D Red Oxide

📋 copy color: '#500D0D'

red 80 ◦ green 13 ◦ blue 13

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

Shades of Red Oxide #500D0D

Tints of Red Oxide #500D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.26%

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 75.47%
G = 12.26%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#500D0D (or 0x500D0D) is known color: Red Oxide. HEX triplet: 50, 0D and 0D. RGB value is (80,13,13). Sum of RGB (Red+Green+Blue) = 80+13+13=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D0D is #AFF2F2. Grayscale: #212121. Windows color (decimal): -11530995 or 855376. OLE color: 855376.

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

Color convert

RGB 80 13 13 -
CMYK 0 0.84 0.84 0.69
HSL 0.72% 0.18% -
HSV(B) 0.84% 0.31% -
XYZ 3.52 2.02 0.59 -
YUV 33.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 80 13 13 0 0.84 0.84 0.69 0 0.72 0.18
Hex 50 D D 0 54 54 45 0 48 12
Octal 120 15 15 0 124 124 105 0 110 22
Binary 1010000 1101 1101 0 1010100 1010100 1000101 0 1001000 10010

Color Harmonies of #500D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D0D

Black with #500D0D

Text Example


Text Example

White with #500D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,13,13); }

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

background-color css

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

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

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

border-color css

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

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

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