Html Css Color HEX #511302 Red Oxide

📋 copy color: '#511302'

red 81 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #511302

Tints of Red Oxide #511302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.63%

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

R = 79.41%
G = 18.63%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#511302 (or 0x511302) is known color: Red Oxide. HEX triplet: 51, 13 and 02. RGB value is (81,19,2). Sum of RGB (Red+Green+Blue) = 81+19+2=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #511302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511302 is #AEECFD. Grayscale: #232323. Windows color (decimal): -11463934 or 136017. OLE color: 136017.

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

Color convert

RGB 81 19 2 -
CMYK 0 0.77 0.98 0.68
HSL 12.91º 0.95% 0.16% -
HSV(B) 12.91º 0.98% 0.32% -
XYZ 3.64 2.22 0.29 -
YUV 35.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 81 19 2 0 0.77 0.98 0.68 12.91 0.95 0.16
Hex 51 13 2 0 4D 62 44 D 5F 10
Octal 121 23 2 0 115 142 104 15 137 20
Binary 1010001 10011 10 0 1001101 1100010 1000100 1101 1011111 10000

Color Harmonies of #511302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511302

Black with #511302

Text Example


Text Example

White with #511302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511302; }

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

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

background-color css

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

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

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

border-color css

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

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

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