Html Css Color HEX #52000A Rustic Red

📋 copy color: '#52000A'

red 82 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #52000A

Tints of Rustic Red #52000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 10.87%

R = 89.13%
G = 0%
B = 10.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#52000A (or 0x52000A) is known color: Rustic Red. HEX triplet: 52, 00 and 0A. RGB value is (82,0,10). Sum of RGB (Red+Green+Blue) = 82+0+10=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #52000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000A is #ADFFF5. Grayscale: #191919. Windows color (decimal): -11403254 or 655442. OLE color: 655442.

HSL color Cylindrical-coordinate representation of color #52000A: hue angle of 352.68º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52000A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 10 -
CMYK 0 1 0.88 0.68
HSL 352.68º 1% 0.16% -
HSV(B) 352.68º 1% 0.32% -
XYZ 3.53 1.82 0.45 -
YUV 25.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 82 0 10 0 1 0.88 0.68 352.68 1 0.16
Hex 52 0 A 0 64 58 44 161 64 10
Octal 122 0 12 0 144 130 104 541 144 20
Binary 1010010 0 1010 0 1100100 1011000 1000100 101100001 1100100 10000

Color Harmonies of #52000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52000A

Black with #52000A

Text Example


Text Example

White with #52000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52000A; }

 p { color: rgb(82,0,10); }

 H1.HeaderClassName
 {
   color: #52000A;
 }
 .AnyTagClassName
 {
   color: #52000A;
 }
</style>

background-color css

<style>
 a { background-color: #52000A; }

 a { background-color: rgb(82,0,10); }

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

border-color css

<style>
 span { border-color: #52000A; }

 span { border-color: rgb(82,0,10); }

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