Html Css Color HEX #52090C Rustic Red

📋 copy color: '#52090C'

red 82 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #52090C

Tints of Rustic Red #52090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

 BLUE value IS 12 (5.08% from 255) = 11.65%

R = 79.61%
G = 8.74%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#52090C (or 0x52090C) is known color: Rustic Red. HEX triplet: 52, 09 and 0C. RGB value is (82,9,12). Sum of RGB (Red+Green+Blue) = 82+9+12=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #52090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52090C is #ADF6F3. Grayscale: #1F1F1F. Windows color (decimal): -11400948 or 788818. OLE color: 788818.

HSL color Cylindrical-coordinate representation of color #52090C: hue angle of 357.53º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52090C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 12 -
CMYK 0 0.89 0.85 0.68
HSL 357.53º 0.8% 0.18% -
HSV(B) 357.53º 0.89% 0.32% -
XYZ 3.64 2.02 0.54 -
YUV 31.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 82 9 12 0 0.89 0.85 0.68 357.53 0.8 0.18
Hex 52 9 C 0 59 55 44 166 50 12
Octal 122 11 14 0 131 125 104 546 120 22
Binary 1010010 1001 1100 0 1011001 1010101 1000100 101100110 1010000 10010

Color Harmonies of #52090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52090C

Black with #52090C

Text Example


Text Example

White with #52090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52090C; }

 p { color: rgb(82,9,12); }

 H1.HeaderClassName
 {
   color: #52090C;
 }
 .AnyTagClassName
 {
   color: #52090C;
 }
</style>

background-color css

<style>
 a { background-color: #52090C; }

 a { background-color: rgb(82,9,12); }

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

border-color css

<style>
 span { border-color: #52090C; }

 span { border-color: rgb(82,9,12); }

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