Html Css Color HEX #B5383C Mahogany

📋 copy color: '#B5383C'

red 181 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #B5383C

Tints of Mahogany #B5383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 60.94%
G = 18.86%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5383C (or 0xB5383C) is known color: Mahogany. HEX triplet: B5, 38 and 3C. RGB value is (181,56,60). Sum of RGB (Red+Green+Blue) = 181+56+60=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5383C is #4AC7C3. Grayscale: #5D5D5D. Windows color (decimal): -4900804 or 3946677. OLE color: 3946677.

HSL color Cylindrical-coordinate representation of color #B5383C: hue angle of 358.08º 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 #B5383C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 60 -
CMYK 0 0.69 0.67 0.29
HSL 358.08º 0.53% 0.46% -
HSV(B) 358.08º 0.69% 0.71% -
XYZ 21.29 12.98 5.66 -
YUV 93.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 181 56 60 0 0.69 0.67 0.29 358.08 0.53 0.46
Hex B5 38 3C 0 45 43 1D 166 35 2E
Octal 265 70 74 0 105 103 35 546 65 56
Binary 10110101 111000 111100 0 1000101 1000011 11101 101100110 110101 101110

Color Harmonies of #B5383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5383C

Black with #B5383C

Text Example


Text Example

White with #B5383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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