Html Css Color HEX #B2373A Mahogany

📋 copy color: '#B2373A'

red 178 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #B2373A

Tints of Mahogany #B2373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 61.17%
G = 18.9%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2373A (or 0xB2373A) is known color: Mahogany. HEX triplet: B2, 37 and 3A. RGB value is (178,55,58). Sum of RGB (Red+Green+Blue) = 178+55+58=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2373A is #4DC8C5. Grayscale: #5C5C5C. Windows color (decimal): -5097670 or 3815346. OLE color: 3815346.

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

Color convert

RGB 178 55 58 -
CMYK 0 0.69 0.67 0.30
HSL 358.54º 0.53% 0.46% -
HSV(B) 358.54º 0.69% 0.7% -
XYZ 20.49 12.5 5.34 -
YUV 92.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 178 55 58 0 0.69 0.67 0.30 358.54 0.53 0.46
Hex B2 37 3A 0 45 43 1E 167 35 2E
Octal 262 67 72 0 105 103 36 547 65 56
Binary 10110010 110111 111010 0 1000101 1000011 11110 101100111 110101 101110

Color Harmonies of #B2373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2373A

Black with #B2373A

Text Example


Text Example

White with #B2373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2373A; }

 p { color: rgb(178,55,58); }

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

background-color css

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

 a { background-color: rgb(178,55,58); }

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

border-color css

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

 span { border-color: rgb(178,55,58); }

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