Html Css Color HEX #B93D40 Mahogany

📋 copy color: '#B93D40'

red 185 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #B93D40

Tints of Mahogany #B93D40

RGB

 RED value IS 185 (72.66% from 255) = 59.68%

 GREEN value IS 61 (24.22% from 255) = 19.68%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 59.68%
G = 19.68%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B93D40 (or 0xB93D40) is known color: Mahogany. HEX triplet: B9, 3D and 40. RGB value is (185,61,64). Sum of RGB (Red+Green+Blue) = 185+61+64=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D40 is #46C2BF. Grayscale: #626262. Windows color (decimal): -4637376 or 4210105. OLE color: 4210105.

HSL color Cylindrical-coordinate representation of color #B93D40: hue angle of 358.55º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D40 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 61 64 -
CMYK 0 0.67 0.65 0.27
HSL 358.55º 0.5% 0.48% -
HSV(B) 358.55º 0.67% 0.73% -
XYZ 22.6 14.02 6.37 -
YUV 98.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 185 61 64 0 0.67 0.65 0.27 358.55 0.5 0.48
Hex B9 3D 40 0 43 41 1B 167 32 30
Octal 271 75 100 0 103 101 33 547 62 60
Binary 10111001 111101 1000000 0 1000011 1000001 11011 101100111 110010 110000

Color Harmonies of #B93D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D40

Black with #B93D40

Text Example


Text Example

White with #B93D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D40; }

 p { color: rgb(185,61,64); }

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

background-color css

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

 a { background-color: rgb(185,61,64); }

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

border-color css

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

 span { border-color: rgb(185,61,64); }

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