Html Css Color HEX #501B1B Red Oxide

📋 copy color: '#501B1B'

red 80 ◦ green 27 ◦ blue 27

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

Shades of Red Oxide #501B1B

Tints of Red Oxide #501B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 59.7%
G = 20.15%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#501B1B (or 0x501B1B) is known color: Red Oxide. HEX triplet: 50, 1B and 1B. RGB value is (80,27,27). Sum of RGB (Red+Green+Blue) = 80+27+27=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B1B is #AFE4E4. Grayscale: #2A2A2A. Windows color (decimal): -11527397 or 1776464. OLE color: 1776464.

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

Color convert

RGB 80 27 27 -
CMYK 0 0.66 0.66 0.69
HSL 0.5% 0.21% -
HSV(B) 0.66% 0.31% -
XYZ 3.9 2.57 1.33 -
YUV 42.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 80 27 27 0 0.66 0.66 0.69 0 0.5 0.21
Hex 50 1B 1B 0 42 42 45 0 32 15
Octal 120 33 33 0 102 102 105 0 62 25
Binary 1010000 11011 11011 0 1000010 1000010 1000101 0 110010 10101

Color Harmonies of #501B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B1B

Black with #501B1B

Text Example


Text Example

White with #501B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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