#B43338

Color #B43338 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B43338

Tints of Mahogany #B43338

Color information

#B43338 (or 0xB43338) is unknown color: approx Mahogany. HEX triplet: B4, 33 and 38. RGB value is (180,51,56). Sum of RGB (Red+Green+Blue) = 180+51+56=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B43338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43338 is #4BCCC7. Grayscale: #5A5A5A. Windows color (decimal): -4967624 or 3683252. OLE color: 3683252.

HSL color Cylindrical-coordinate representation of color #B43338: hue angle of 357.67º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43338 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1805156-
CMYK00.720.690.29
HSL357.67º55.84%45.29%-
HSV(B)357.67º71.67%70.59%-
XYZ20.7212.365.03-
YUV90.14108.74192.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=62.72%
G=17.77%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180515600.720.690.29357.6755.8445.29
HexB43338048451D166382d
Octal26463700110105355467055
Binary1011010011001111100001001000100010111101101100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43338; }

 p { color: rgb(180,51,56); }

 H1.HeaderClassName
 {
   color: #B43338;
 }
 .AnyTagClassName
 {
   color: #B43338;
 }
</style>
background-color css

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

 a { background-color: rgb(180,51,56); }

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

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

 span { border-color: rgb(180,51,56); }

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