Html Css Color HEX #52090B Rustic Red

📋 copy color: '#52090B'

red 82 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #52090B

Tints of Rustic Red #52090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.78%

R = 80.39%
G = 8.82%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52090B (or 0x52090B) is known color: Rustic Red. HEX triplet: 52, 09 and 0B. RGB value is (82,9,11). Sum of RGB (Red+Green+Blue) = 82+9+11=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #52090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52090B is #ADF6F4. Grayscale: #1F1F1F. Windows color (decimal): -11400949 or 723282. OLE color: 723282.

HSL color Cylindrical-coordinate representation of color #52090B: hue angle of 358.36º 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 #52090B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 11 -
CMYK 0 0.89 0.87 0.68
HSL 358.36º 0.8% 0.18% -
HSV(B) 358.36º 0.89% 0.32% -
XYZ 3.64 2.01 0.51 -
YUV 31.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 82 9 11 0 0.89 0.87 0.68 358.36 0.8 0.18
Hex 52 9 B 0 59 57 44 166 50 12
Octal 122 11 13 0 131 127 104 546 120 22
Binary 1010010 1001 1011 0 1011001 1010111 1000100 101100110 1010000 10010

Color Harmonies of #52090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52090B

Black with #52090B

Text Example


Text Example

White with #52090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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