Html Css Color HEX #510A03 Red Oxide

📋 copy color: '#510A03'

red 81 ◦ green 10 ◦ blue 3

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

Shades of Red Oxide #510A03

Tints of Red Oxide #510A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.64%

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

R = 86.17%
G = 10.64%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#510A03 (or 0x510A03) is known color: Red Oxide. HEX triplet: 51, 0A and 03. RGB value is (81,10,3). Sum of RGB (Red+Green+Blue) = 81+10+3=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A03 is #AEF5FC. Grayscale: #1E1E1E. Windows color (decimal): -11466237 or 199249. OLE color: 199249.

HSL color Cylindrical-coordinate representation of color #510A03: hue angle of 5.38º 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 #510A03 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 10 3 -
CMYK 0 0.88 0.96 0.68
HSL 5.38º 0.93% 0.16% -
HSV(B) 5.38º 0.96% 0.32% -
XYZ 3.52 1.97 0.28 -
YUV 30.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 81 10 3 0 0.88 0.96 0.68 5.38 0.93 0.16
Hex 51 A 3 0 58 60 44 5 5D 10
Octal 121 12 3 0 130 140 104 5 135 20
Binary 1010001 1010 11 0 1011000 1100000 1000100 101 1011101 10000

Color Harmonies of #510A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A03

Black with #510A03

Text Example


Text Example

White with #510A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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