Html Css Color HEX #52150B Red Oxide

📋 copy color: '#52150B'

red 82 ◦ green 21 ◦ blue 11

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

Shades of Red Oxide #52150B

Tints of Red Oxide #52150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 71.93%
G = 18.42%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52150B (or 0x52150B) is known color: Red Oxide. HEX triplet: 52, 15 and 0B. RGB value is (82,21,11). Sum of RGB (Red+Green+Blue) = 82+21+11=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52150B is #ADEAF4. Grayscale: #262626. Windows color (decimal): -11397877 or 726354. OLE color: 726354.

HSL color Cylindrical-coordinate representation of color #52150B: hue angle of 8.45º 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 #52150B is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 21 11 -
CMYK 0 0.74 0.87 0.68
HSL 8.45º 0.76% 0.18% -
HSV(B) 8.45º 0.87% 0.32% -
XYZ 3.81 2.35 0.57 -
YUV 38.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 82 21 11 0 0.74 0.87 0.68 8.45 0.76 0.18
Hex 52 15 B 0 4A 57 44 8 4C 12
Octal 122 25 13 0 112 127 104 10 114 22
Binary 1010010 10101 1011 0 1001010 1010111 1000100 1000 1001100 10010

Color Harmonies of #52150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52150B

Black with #52150B

Text Example


Text Example

White with #52150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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