Html Css Color HEX #511202 Red Oxide

📋 copy color: '#511202'

red 81 ◦ green 18 ◦ blue 2

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

Shades of Red Oxide #511202

Tints of Red Oxide #511202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

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

R = 80.2%
G = 17.82%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#511202 (or 0x511202) is known color: Red Oxide. HEX triplet: 51, 12 and 02. RGB value is (81,18,2). Sum of RGB (Red+Green+Blue) = 81+18+2=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #511202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511202 is #AEEDFD. Grayscale: #232323. Windows color (decimal): -11464190 or 135761. OLE color: 135761.

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

Color convert

RGB 81 18 2 -
CMYK 0 0.78 0.98 0.68
HSL 12.15º 0.95% 0.16% -
HSV(B) 12.15º 0.98% 0.32% -
XYZ 3.62 2.19 0.29 -
YUV 35.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 81 18 2 0 0.78 0.98 0.68 12.15 0.95 0.16
Hex 51 12 2 0 4E 62 44 C 5F 10
Octal 121 22 2 0 116 142 104 14 137 20
Binary 1010001 10010 10 0 1001110 1100010 1000100 1100 1011111 10000

Color Harmonies of #511202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511202

Black with #511202

Text Example


Text Example

White with #511202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511202; }

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

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

background-color css

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

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

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

border-color css

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

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

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