Html Css Color HEX #510B03 Red Oxide

📋 copy color: '#510B03'

red 81 ◦ green 11 ◦ blue 3

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

Shades of Red Oxide #510B03

Tints of Red Oxide #510B03

RGB

 RED value IS 81 (32.03% from 255) = 85.26%

 GREEN value IS 11 (4.69% from 255) = 11.58%

 BLUE value IS 3 (1.56% from 255) = 3.16%

R = 85.26%
G = 11.58%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#510B03 (or 0x510B03) is known color: Red Oxide. HEX triplet: 51, 0B and 03. RGB value is (81,11,3). Sum of RGB (Red+Green+Blue) = 81+11+3=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B03 is #AEF4FC. Grayscale: #1F1F1F. Windows color (decimal): -11465981 or 199505. OLE color: 199505.

HSL color Cylindrical-coordinate representation of color #510B03: hue angle of 6.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510B03 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 11 3 -
CMYK 0 0.86 0.96 0.68
HSL 6.15º 0.93% 0.16% -
HSV(B) 6.15º 0.96% 0.32% -
XYZ 3.53 2 0.29 -
YUV 31.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 81 11 3 0 0.86 0.96 0.68 6.15 0.93 0.16
Hex 51 B 3 0 56 60 44 6 5D 10
Octal 121 13 3 0 126 140 104 6 135 20
Binary 1010001 1011 11 0 1010110 1100000 1000100 110 1011101 10000

Color Harmonies of #510B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B03

Black with #510B03

Text Example


Text Example

White with #510B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510B03; }

 p { color: rgb(81,11,3); }

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

background-color css

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

 a { background-color: rgb(81,11,3); }

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

border-color css

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

 span { border-color: rgb(81,11,3); }

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