Html Css Color HEX #52150D Red Oxide

📋 copy color: '#52150D'

red 82 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #52150D

Tints of Red Oxide #52150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 70.69%
G = 18.1%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52150D (or 0x52150D) is known color: Red Oxide. HEX triplet: 52, 15 and 0D. RGB value is (82,21,13). Sum of RGB (Red+Green+Blue) = 82+21+13=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52150D is #ADEAF2. Grayscale: #262626. Windows color (decimal): -11397875 or 857426. OLE color: 857426.

HSL color Cylindrical-coordinate representation of color #52150D: hue angle of 6.96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52150D is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 21 13 -
CMYK 0 0.74 0.84 0.68
HSL 6.96º 0.73% 0.19% -
HSV(B) 6.96º 0.84% 0.32% -
XYZ 3.82 2.36 0.63 -
YUV 38.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 82 21 13 0 0.74 0.84 0.68 6.96 0.73 0.19
Hex 52 15 D 0 4A 54 44 7 49 13
Octal 122 25 15 0 112 124 104 7 111 23
Binary 1010010 10101 1101 0 1001010 1010100 1000100 111 1001001 10011

Color Harmonies of #52150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52150D

Black with #52150D

Text Example


Text Example

White with #52150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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