Html Css Color HEX #B6353A Mahogany

📋 copy color: '#B6353A'

red 182 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #B6353A

Tints of Mahogany #B6353A

RGB

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

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

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

R = 62.12%
G = 18.09%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6353A (or 0xB6353A) is known color: Mahogany. HEX triplet: B6, 35 and 3A. RGB value is (182,53,58). Sum of RGB (Red+Green+Blue) = 182+53+58=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6353A is #49CAC5. Grayscale: #5C5C5C. Windows color (decimal): -4836038 or 3814838. OLE color: 3814838.

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

Color convert

RGB 182 53 58 -
CMYK 0 0.71 0.68 0.29
HSL 357.67º 0.55% 0.46% -
HSV(B) 357.67º 0.71% 0.71% -
XYZ 21.33 12.8 5.35 -
YUV 92.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 182 53 58 0 0.71 0.68 0.29 357.67 0.55 0.46
Hex B6 35 3A 0 47 44 1D 166 37 2E
Octal 266 65 72 0 107 104 35 546 67 56
Binary 10110110 110101 111010 0 1000111 1000100 11101 101100110 110111 101110

Color Harmonies of #B6353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6353A

Black with #B6353A

Text Example


Text Example

White with #B6353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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