Html Css Color HEX #510D02 Red Oxide

📋 copy color: '#510D02'

red 81 ◦ green 13 ◦ blue 2

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

Shades of Red Oxide #510D02

Tints of Red Oxide #510D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.08%

R = 84.38%
G = 13.54%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#510D02 (or 0x510D02) is known color: Red Oxide. HEX triplet: 51, 0D and 02. RGB value is (81,13,2). Sum of RGB (Red+Green+Blue) = 81+13+2=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D02 is #AEF2FD. Grayscale: #202020. Windows color (decimal): -11465470 or 134481. OLE color: 134481.

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

Color convert

RGB 81 13 2 -
CMYK 0 0.84 0.98 0.68
HSL 8.35º 0.95% 0.16% -
HSV(B) 8.35º 0.98% 0.32% -
XYZ 3.55 2.04 0.26 -
YUV 32.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 81 13 2 0 0.84 0.98 0.68 8.35 0.95 0.16
Hex 51 D 2 0 54 62 44 8 5F 10
Octal 121 15 2 0 124 142 104 10 137 20
Binary 1010001 1101 10 0 1010100 1100010 1000100 1000 1011111 10000

Color Harmonies of #510D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D02

Black with #510D02

Text Example


Text Example

White with #510D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,2); }

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

background-color css

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

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

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

border-color css

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

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

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