Html Css Color HEX #B63738 Mahogany

📋 copy color: '#B63738'

red 182 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #B63738

Tints of Mahogany #B63738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 62.12%
G = 18.77%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B63738 (or 0xB63738) is known color: Mahogany. HEX triplet: B6, 37 and 38. RGB value is (182,55,56). Sum of RGB (Red+Green+Blue) = 182+55+56=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B63738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63738 is #49C8C7. Grayscale: #5D5D5D. Windows color (decimal): -4835528 or 3684278. OLE color: 3684278.

HSL color Cylindrical-coordinate representation of color #B63738: hue angle of 359.53º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63738 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 56 -
CMYK 0 0.70 0.69 0.29
HSL 359.53º 0.54% 0.46% -
HSV(B) 359.53º 0.7% 0.71% -
XYZ 21.37 12.96 5.12 -
YUV 93.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 182 55 56 0 0.70 0.69 0.29 359.53 0.54 0.46
Hex B6 37 38 0 46 45 1D 168 36 2E
Octal 266 67 70 0 106 105 35 550 66 56
Binary 10110110 110111 111000 0 1000110 1000101 11101 101101000 110110 101110

Color Harmonies of #B63738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63738

Black with #B63738

Text Example


Text Example

White with #B63738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63738; }

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

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

background-color css

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

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

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

border-color css

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

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

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