Html Css Color HEX #B0383B Mahogany

📋 copy color: '#B0383B'

red 176 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #B0383B

Tints of Mahogany #B0383B

RGB

 RED value IS 176 (69.14% from 255) = 60.48%

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 60.48%
G = 19.24%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0383B (or 0xB0383B) is known color: Mahogany. HEX triplet: B0, 38 and 3B. RGB value is (176,56,59). Sum of RGB (Red+Green+Blue) = 176+56+59=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0383B is #4FC7C4. Grayscale: #5C5C5C. Windows color (decimal): -5228485 or 3881136. OLE color: 3881136.

HSL color Cylindrical-coordinate representation of color #B0383B: hue angle of 358.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0383B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 59 -
CMYK 0 0.68 0.66 0.31
HSL 358.5º 0.52% 0.45% -
HSV(B) 358.5º 0.68% 0.69% -
XYZ 20.11 12.37 5.47 -
YUV 92.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 176 56 59 0 0.68 0.66 0.31 358.5 0.52 0.45
Hex B0 38 3B 0 44 42 1F 166 34 2D
Octal 260 70 73 0 104 102 37 546 64 55
Binary 10110000 111000 111011 0 1000100 1000010 11111 101100110 110100 101101

Color Harmonies of #B0383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0383B

Black with #B0383B

Text Example


Text Example

White with #B0383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0383B; }

 p { color: rgb(176,56,59); }

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

background-color css

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

 a { background-color: rgb(176,56,59); }

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

border-color css

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

 span { border-color: rgb(176,56,59); }

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