Html Css Color HEX #B3373B Mahogany

📋 copy color: '#B3373B'

red 179 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #B3373B

Tints of Mahogany #B3373B

RGB

 RED value IS 179 (70.31% from 255) = 61.09%

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

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

R = 61.09%
G = 18.77%
B = 20.14%

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

#B3373B (or 0xB3373B) is known color: Mahogany. HEX triplet: B3, 37 and 3B. RGB value is (179,55,59). Sum of RGB (Red+Green+Blue) = 179+55+59=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3373B is #4CC8C4. Grayscale: #5C5C5C. Windows color (decimal): -5032133 or 3880883. OLE color: 3880883.

HSL color Cylindrical-coordinate representation of color #B3373B: hue angle of 358.06º 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 #B3373B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 59 -
CMYK 0 0.69 0.67 0.30
HSL 358.06º 0.53% 0.46% -
HSV(B) 358.06º 0.69% 0.7% -
XYZ 20.75 12.63 5.48 -
YUV 92.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 179 55 59 0 0.69 0.67 0.30 358.06 0.53 0.46
Hex B3 37 3B 0 45 43 1E 166 35 2E
Octal 263 67 73 0 105 103 36 546 65 56
Binary 10110011 110111 111011 0 1000101 1000011 11110 101100110 110101 101110

Color Harmonies of #B3373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3373B

Black with #B3373B

Text Example


Text Example

White with #B3373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3373B; }

 p { color: rgb(179,55,59); }

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

background-color css

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

 a { background-color: rgb(179,55,59); }

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

border-color css

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

 span { border-color: rgb(179,55,59); }

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