Html Css Color HEX #B2393B Mahogany

📋 copy color: '#B2393B'

red 178 ◦ green 57 ◦ blue 59

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

Shades of Mahogany #B2393B

Tints of Mahogany #B2393B

RGB

 RED value IS 178 (69.92% from 255) = 60.54%

 GREEN value IS 57 (22.66% from 255) = 19.39%

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 60.54%
G = 19.39%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2393B (or 0xB2393B) is known color: Mahogany. HEX triplet: B2, 39 and 3B. RGB value is (178,57,59). Sum of RGB (Red+Green+Blue) = 178+57+59=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2393B is #4DC6C4. Grayscale: #5D5D5D. Windows color (decimal): -5097157 or 3881394. OLE color: 3881394.

HSL color Cylindrical-coordinate representation of color #B2393B: hue angle of 359.01º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2393B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 59 -
CMYK 0 0.68 0.67 0.30
HSL 359.01º 0.51% 0.46% -
HSV(B) 359.01º 0.68% 0.7% -
XYZ 20.61 12.71 5.5 -
YUV 93.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 178 57 59 0 0.68 0.67 0.30 359.01 0.51 0.46
Hex B2 39 3B 0 44 43 1E 167 33 2E
Octal 262 71 73 0 104 103 36 547 63 56
Binary 10110010 111001 111011 0 1000100 1000011 11110 101100111 110011 101110

Color Harmonies of #B2393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2393B

Black with #B2393B

Text Example


Text Example

White with #B2393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2393B; }

 p { color: rgb(178,57,59); }

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

background-color css

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

 a { background-color: rgb(178,57,59); }

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

border-color css

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

 span { border-color: rgb(178,57,59); }

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