Html Css Color HEX #B63037 Mahogany

📋 copy color: '#B63037'

red 182 ◦ green 48 ◦ blue 55

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

Shades of Mahogany #B63037

Tints of Mahogany #B63037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 63.86%
G = 16.84%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B63037 (or 0xB63037) is known color: Mahogany. HEX triplet: B6, 30 and 37. RGB value is (182,48,55). Sum of RGB (Red+Green+Blue) = 182+48+55=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63037 is #49CFC8. Grayscale: #585858. Windows color (decimal): -4837321 or 3616950. OLE color: 3616950.

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

Color convert

RGB 182 48 55 -
CMYK 0 0.74 0.70 0.29
HSL 356.87º 0.58% 0.45% -
HSV(B) 356.87º 0.74% 0.71% -
XYZ 21.04 12.33 4.89 -
YUV 88.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 182 48 55 0 0.74 0.70 0.29 356.87 0.58 0.45
Hex B6 30 37 0 4A 46 1D 165 3A 2D
Octal 266 60 67 0 112 106 35 545 72 55
Binary 10110110 110000 110111 0 1001010 1000110 11101 101100101 111010 101101

Color Harmonies of #B63037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63037

Black with #B63037

Text Example


Text Example

White with #B63037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63037; }

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

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

background-color css

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

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

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

border-color css

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

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

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