Html Css Color HEX #B63238 Mahogany

📋 copy color: '#B63238'

red 182 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #B63238

Tints of Mahogany #B63238

RGB

 RED value IS 182 (71.48% from 255) = 63.19%

 GREEN value IS 50 (19.92% from 255) = 17.36%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 63.19%
G = 17.36%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B63238 (or 0xB63238) is known color: Mahogany. HEX triplet: B6, 32 and 38. RGB value is (182,50,56). Sum of RGB (Red+Green+Blue) = 182+50+56=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B63238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63238 is #49CDC7. Grayscale: #5A5A5A. Windows color (decimal): -4836808 or 3682998. OLE color: 3682998.

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

Color convert

RGB 182 50 56 -
CMYK 0 0.73 0.69 0.29
HSL 357.27º 0.57% 0.45% -
HSV(B) 357.27º 0.73% 0.71% -
XYZ 21.15 12.51 5.04 -
YUV 90.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 182 50 56 0 0.73 0.69 0.29 357.27 0.57 0.45
Hex B6 32 38 0 49 45 1D 165 39 2D
Octal 266 62 70 0 111 105 35 545 71 55
Binary 10110110 110010 111000 0 1001001 1000101 11101 101100101 111001 101101

Color Harmonies of #B63238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63238

Black with #B63238

Text Example


Text Example

White with #B63238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63238; }

 p { color: rgb(182,50,56); }

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

background-color css

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

 a { background-color: rgb(182,50,56); }

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

border-color css

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

 span { border-color: rgb(182,50,56); }

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