Html Css Color HEX #B7353A Mahogany

📋 copy color: '#B7353A'

red 183 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #B7353A

Tints of Mahogany #B7353A

RGB

 RED value IS 183 (71.88% from 255) = 62.24%

 GREEN value IS 53 (21.09% from 255) = 18.03%

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

R = 62.24%
G = 18.03%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7353A (or 0xB7353A) is known color: Mahogany. HEX triplet: B7, 35 and 3A. RGB value is (183,53,58). Sum of RGB (Red+Green+Blue) = 183+53+58=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7353A is #48CAC5. Grayscale: #5C5C5C. Windows color (decimal): -4770502 or 3814839. OLE color: 3814839.

HSL color Cylindrical-coordinate representation of color #B7353A: hue angle of 357.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7353A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 58 -
CMYK 0 0.71 0.68 0.28
HSL 357.69º 0.55% 0.46% -
HSV(B) 357.69º 0.71% 0.72% -
XYZ 21.57 12.92 5.36 -
YUV 92.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 183 53 58 0 0.71 0.68 0.28 357.69 0.55 0.46
Hex B7 35 3A 0 47 44 1C 166 37 2E
Octal 267 65 72 0 107 104 34 546 67 56
Binary 10110111 110101 111010 0 1000111 1000100 11100 101100110 110111 101110

Color Harmonies of #B7353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7353A

Black with #B7353A

Text Example


Text Example

White with #B7353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7353A; }

 p { color: rgb(183,53,58); }

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

background-color css

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

 a { background-color: rgb(183,53,58); }

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

border-color css

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

 span { border-color: rgb(183,53,58); }

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