Html Css Color HEX #B93C3D Mahogany

📋 copy color: '#B93C3D'

red 185 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #B93C3D

Tints of Mahogany #B93C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 60.46%
G = 19.61%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B93C3D (or 0xB93C3D) is known color: Mahogany. HEX triplet: B9, 3C and 3D. RGB value is (185,60,61). Sum of RGB (Red+Green+Blue) = 185+60+61=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C3D is #46C3C2. Grayscale: #616161. Windows color (decimal): -4637635 or 4013241. OLE color: 4013241.

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

Color convert

RGB 185 60 61 -
CMYK 0 0.68 0.67 0.27
HSL 359.52º 0.51% 0.48% -
HSV(B) 359.52º 0.68% 0.73% -
XYZ 22.47 13.88 5.91 -
YUV 97.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 185 60 61 0 0.68 0.67 0.27 359.52 0.51 0.48
Hex B9 3C 3D 0 44 43 1B 168 33 30
Octal 271 74 75 0 104 103 33 550 63 60
Binary 10111001 111100 111101 0 1000100 1000011 11011 101101000 110011 110000

Color Harmonies of #B93C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C3D

Black with #B93C3D

Text Example


Text Example

White with #B93C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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