Html Css Color HEX #510B02 Red Oxide

📋 copy color: '#510B02'

red 81 ◦ green 11 ◦ blue 2

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

Shades of Red Oxide #510B02

Tints of Red Oxide #510B02

RGB

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

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

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

R = 86.17%
G = 11.7%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#510B02 (or 0x510B02) is known color: Red Oxide. HEX triplet: 51, 0B and 02. RGB value is (81,11,2). Sum of RGB (Red+Green+Blue) = 81+11+2=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B02 is #AEF4FD. Grayscale: #1F1F1F. Windows color (decimal): -11465982 or 133969. OLE color: 133969.

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

Color convert

RGB 81 11 2 -
CMYK 0 0.86 0.98 0.68
HSL 6.84º 0.95% 0.16% -
HSV(B) 6.84º 0.98% 0.32% -
XYZ 3.52 1.99 0.26 -
YUV 30.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 81 11 2 0 0.86 0.98 0.68 6.84 0.95 0.16
Hex 51 B 2 0 56 62 44 7 5F 10
Octal 121 13 2 0 126 142 104 7 137 20
Binary 1010001 1011 10 0 1010110 1100010 1000100 111 1011111 10000

Color Harmonies of #510B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B02

Black with #510B02

Text Example


Text Example

White with #510B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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