Html Css Color HEX #B03D3E Mahogany

📋 copy color: '#B03D3E'

red 176 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #B03D3E

Tints of Mahogany #B03D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 58.86%
G = 20.4%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B03D3E (or 0xB03D3E) is known color: Mahogany. HEX triplet: B0, 3D and 3E. RGB value is (176,61,62). Sum of RGB (Red+Green+Blue) = 176+61+62=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D3E is #4FC2C1. Grayscale: #5F5F5F. Windows color (decimal): -5227202 or 4079024. OLE color: 4079024.

HSL color Cylindrical-coordinate representation of color #B03D3E: hue angle of 359.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D3E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 61 62 -
CMYK 0 0.65 0.65 0.31
HSL 359.48º 0.49% 0.46% -
HSV(B) 359.48º 0.65% 0.69% -
XYZ 20.44 12.92 5.97 -
YUV 95.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 176 61 62 0 0.65 0.65 0.31 359.48 0.49 0.46
Hex B0 3D 3E 0 41 41 1F 167 31 2E
Octal 260 75 76 0 101 101 37 547 61 56
Binary 10110000 111101 111110 0 1000001 1000001 11111 101100111 110001 101110

Color Harmonies of #B03D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D3E

Black with #B03D3E

Text Example


Text Example

White with #B03D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D3E; }

 p { color: rgb(176,61,62); }

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

background-color css

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

 a { background-color: rgb(176,61,62); }

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

border-color css

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

 span { border-color: rgb(176,61,62); }

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