#B62D30

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

Shades of Mahogany #B62D30

Tints of Mahogany #B62D30

Color information

#B62D30 (or 0xB62D30) is unknown color: approx Mahogany. HEX triplet: B6, 2D and 30. RGB value is (182,45,48). Sum of RGB (Red+Green+Blue) = 182+45+48=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D30 is #49D2CF. Grayscale: #565656. Windows color (decimal): -4838096 or 3157430. OLE color: 3157430.

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

Color convert

RGB1824548-
CMYK00.750.740.29
HSL358.69º60.35%44.51%-
HSV(B)358.69º75.27%71.37%-
XYZ20.7612.044.02-
YUV86.3106.39196.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.18%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=66.18%
G=16.36%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182454800.750.740.29358.6960.3544.51
HexB62D3004B4A1D1673c2d
Octal26655600113112355477455
Binary1011011010110111000001001011100101011101101100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D30; }

 p { color: rgb(182,45,48); }

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

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

 a { background-color: rgb(182,45,48); }

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

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

 span { border-color: rgb(182,45,48); }

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