Html Css Color HEX #511102 Red Oxide

📋 copy color: '#511102'

red 81 ◦ green 17 ◦ blue 2

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

Shades of Red Oxide #511102

Tints of Red Oxide #511102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 81%
G = 17%
B = 2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#511102 (or 0x511102) is known color: Red Oxide. HEX triplet: 51, 11 and 02. RGB value is (81,17,2). Sum of RGB (Red+Green+Blue) = 81+17+2=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #511102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511102 is #AEEEFD. Grayscale: #222222. Windows color (decimal): -11464446 or 135505. OLE color: 135505.

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

Color convert

RGB 81 17 2 -
CMYK 0 0.79 0.98 0.68
HSL 11.39º 0.95% 0.16% -
HSV(B) 11.39º 0.98% 0.32% -
XYZ 3.6 2.15 0.28 -
YUV 34.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 81 17 2 0 0.79 0.98 0.68 11.39 0.95 0.16
Hex 51 11 2 0 4F 62 44 B 5F 10
Octal 121 21 2 0 117 142 104 13 137 20
Binary 1010001 10001 10 0 1001111 1100010 1000100 1011 1011111 10000

Color Harmonies of #511102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511102

Black with #511102

Text Example


Text Example

White with #511102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511102; }

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

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

background-color css

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

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

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

border-color css

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

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

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