Html Css Color HEX #52110B Red Oxide

📋 copy color: '#52110B'

red 82 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #52110B

Tints of Red Oxide #52110B

RGB

 RED value IS 82 (32.42% from 255) = 74.55%

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

 BLUE value IS 11 (4.69% from 255) = 10%

R = 74.55%
G = 15.45%
B = 10%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52110B (or 0x52110B) is known color: Red Oxide. HEX triplet: 52, 11 and 0B. RGB value is (82,17,11). Sum of RGB (Red+Green+Blue) = 82+17+11=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52110B is #ADEEF4. Grayscale: #232323. Windows color (decimal): -11398901 or 725330. OLE color: 725330.

HSL color Cylindrical-coordinate representation of color #52110B: hue angle of 5.07º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52110B is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 11 -
CMYK 0 0.79 0.87 0.68
HSL 5.07º 0.76% 0.18% -
HSV(B) 5.07º 0.87% 0.32% -
XYZ 3.74 2.22 0.55 -
YUV 35.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 82 17 11 0 0.79 0.87 0.68 5.07 0.76 0.18
Hex 52 11 B 0 4F 57 44 5 4C 12
Octal 122 21 13 0 117 127 104 5 114 22
Binary 1010010 10001 1011 0 1001111 1010111 1000100 101 1001100 10010

Color Harmonies of #52110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52110B

Black with #52110B

Text Example


Text Example

White with #52110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52110B; }

 p { color: rgb(82,17,11); }

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

background-color css

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

 a { background-color: rgb(82,17,11); }

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

border-color css

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

 span { border-color: rgb(82,17,11); }

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