Html Css Color HEX #B23035 Mahogany

📋 copy color: '#B23035'

red 178 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #B23035

Tints of Mahogany #B23035

RGB

 RED value IS 178 (69.92% from 255) = 63.8%

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 53 (21.09% from 255) = 19%

R = 63.8%
G = 17.2%
B = 19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B23035 (or 0xB23035) is known color: Mahogany. HEX triplet: B2, 30 and 35. RGB value is (178,48,53). Sum of RGB (Red+Green+Blue) = 178+48+53=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B23035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23035 is #4DCFCA. Grayscale: #575757. Windows color (decimal): -5099467 or 3485874. OLE color: 3485874.

HSL color Cylindrical-coordinate representation of color #B23035: hue angle of 357.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23035 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 53 -
CMYK 0 0.73 0.70 0.30
HSL 357.69º 0.58% 0.44% -
HSV(B) 357.69º 0.73% 0.7% -
XYZ 20.06 11.84 4.6 -
YUV 87.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 178 48 53 0 0.73 0.70 0.30 357.69 0.58 0.44
Hex B2 30 35 0 49 46 1E 166 3A 2C
Octal 262 60 65 0 111 106 36 546 72 54
Binary 10110010 110000 110101 0 1001001 1000110 11110 101100110 111010 101100

Color Harmonies of #B23035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23035

Black with #B23035

Text Example


Text Example

White with #B23035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23035; }

 p { color: rgb(178,48,53); }

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

background-color css

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

 a { background-color: rgb(178,48,53); }

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

border-color css

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

 span { border-color: rgb(178,48,53); }

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