Html Css Color HEX #52180F Red Oxide

📋 copy color: '#52180F'

red 82 ◦ green 24 ◦ blue 15

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

Shades of Red Oxide #52180F

Tints of Red Oxide #52180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 67.77%
G = 19.83%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52180F (or 0x52180F) is known color: Red Oxide. HEX triplet: 52, 18 and 0F. RGB value is (82,24,15). Sum of RGB (Red+Green+Blue) = 82+24+15=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #52180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52180F is #ADE7F0. Grayscale: #282828. Windows color (decimal): -11397105 or 989266. OLE color: 989266.

HSL color Cylindrical-coordinate representation of color #52180F: hue angle of 8.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52180F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 15 -
CMYK 0 0.71 0.82 0.68
HSL 8.06º 0.69% 0.19% -
HSV(B) 8.06º 0.82% 0.32% -
XYZ 3.89 2.48 0.73 -
YUV 40.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 82 24 15 0 0.71 0.82 0.68 8.06 0.69 0.19
Hex 52 18 F 0 47 52 44 8 45 13
Octal 122 30 17 0 107 122 104 10 105 23
Binary 1010010 11000 1111 0 1000111 1010010 1000100 1000 1000101 10011

Color Harmonies of #52180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52180F

Black with #52180F

Text Example


Text Example

White with #52180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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