Html Css Color HEX #B52A2B Mahogany

📋 copy color: '#B52A2B'

red 181 ◦ green 42 ◦ blue 43

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

Shades of Mahogany #B52A2B

Tints of Mahogany #B52A2B

RGB

 RED value IS 181 (71.09% from 255) = 68.05%

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 68.05%
G = 15.79%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B52A2B (or 0xB52A2B) is known color: Mahogany. HEX triplet: B5, 2A and 2B. RGB value is (181,42,43). Sum of RGB (Red+Green+Blue) = 181+42+43=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A2B is #4AD5D4. Grayscale: #535353. Windows color (decimal): -4904405 or 2828981. OLE color: 2828981.

HSL color Cylindrical-coordinate representation of color #B52A2B: hue angle of 359.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A2B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 43 -
CMYK 0 0.77 0.76 0.29
HSL 359.57º 0.62% 0.44% -
HSV(B) 359.57º 0.77% 0.71% -
XYZ 20.32 11.65 3.46 -
YUV 83.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 181 42 43 0 0.77 0.76 0.29 359.57 0.62 0.44
Hex B5 2A 2B 0 4D 4C 1D 168 3E 2C
Octal 265 52 53 0 115 114 35 550 76 54
Binary 10110101 101010 101011 0 1001101 1001100 11101 101101000 111110 101100

Color Harmonies of #B52A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A2B

Black with #B52A2B

Text Example


Text Example

White with #B52A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A2B; }

 p { color: rgb(181,42,43); }

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

background-color css

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

 a { background-color: rgb(181,42,43); }

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

border-color css

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

 span { border-color: rgb(181,42,43); }

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