Html Css Color HEX #52180D Red Oxide

📋 copy color: '#52180D'

red 82 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #52180D

Tints of Red Oxide #52180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.17%

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

R = 68.91%
G = 20.17%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52180D (or 0x52180D) is known color: Red Oxide. HEX triplet: 52, 18 and 0D. RGB value is (82,24,13). Sum of RGB (Red+Green+Blue) = 82+24+13=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #52180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52180D is #ADE7F2. Grayscale: #282828. Windows color (decimal): -11397107 or 858194. OLE color: 858194.

HSL color Cylindrical-coordinate representation of color #52180D: hue angle of 9.57º 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 #52180D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 13 -
CMYK 0 0.71 0.84 0.68
HSL 9.57º 0.73% 0.19% -
HSV(B) 9.57º 0.84% 0.32% -
XYZ 3.88 2.48 0.65 -
YUV 40.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 82 24 13 0 0.71 0.84 0.68 9.57 0.73 0.19
Hex 52 18 D 0 47 54 44 A 49 13
Octal 122 30 15 0 107 124 104 12 111 23
Binary 1010010 11000 1101 0 1000111 1010100 1000100 1010 1001001 10011

Color Harmonies of #52180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52180D

Black with #52180D

Text Example


Text Example

White with #52180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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