Html Css Color HEX #B5383A Mahogany

📋 copy color: '#B5383A'

red 181 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #B5383A

Tints of Mahogany #B5383A

RGB

 RED value IS 181 (71.09% from 255) = 61.36%

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 61.36%
G = 18.98%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5383A (or 0xB5383A) is known color: Mahogany. HEX triplet: B5, 38 and 3A. RGB value is (181,56,58). Sum of RGB (Red+Green+Blue) = 181+56+58=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5383A is #4AC7C5. Grayscale: #5D5D5D. Windows color (decimal): -4900806 or 3815605. OLE color: 3815605.

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

Color convert

RGB 181 56 58 -
CMYK 0 0.69 0.68 0.29
HSL 359.04º 0.53% 0.46% -
HSV(B) 359.04º 0.69% 0.71% -
XYZ 21.23 12.96 5.38 -
YUV 93.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 181 56 58 0 0.69 0.68 0.29 359.04 0.53 0.46
Hex B5 38 3A 0 45 44 1D 167 35 2E
Octal 265 70 72 0 105 104 35 547 65 56
Binary 10110101 111000 111010 0 1000101 1000100 11101 101100111 110101 101110

Color Harmonies of #B5383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5383A

Black with #B5383A

Text Example


Text Example

White with #B5383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5383A; }

 p { color: rgb(181,56,58); }

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

background-color css

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

 a { background-color: rgb(181,56,58); }

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

border-color css

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

 span { border-color: rgb(181,56,58); }

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