Html Css Color HEX #B43B3E Mahogany

📋 copy color: '#B43B3E'

red 180 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #B43B3E

Tints of Mahogany #B43B3E

RGB

 RED value IS 180 (70.7% from 255) = 59.8%

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 59.8%
G = 19.6%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B43B3E (or 0xB43B3E) is known color: Mahogany. HEX triplet: B4, 3B and 3E. RGB value is (180,59,62). Sum of RGB (Red+Green+Blue) = 180+59+62=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B3E is #4BC4C1. Grayscale: #5F5F5F. Windows color (decimal): -4965570 or 4078516. OLE color: 4078516.

HSL color Cylindrical-coordinate representation of color #B43B3E: hue angle of 358.51º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43B3E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 59 62 -
CMYK 0 0.67 0.66 0.29
HSL 358.51º 0.51% 0.47% -
HSV(B) 358.51º 0.67% 0.71% -
XYZ 21.26 13.18 5.98 -
YUV 95.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 180 59 62 0 0.67 0.66 0.29 358.51 0.51 0.47
Hex B4 3B 3E 0 43 42 1D 167 33 2F
Octal 264 73 76 0 103 102 35 547 63 57
Binary 10110100 111011 111110 0 1000011 1000010 11101 101100111 110011 101111

Color Harmonies of #B43B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B3E

Black with #B43B3E

Text Example


Text Example

White with #B43B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B3E; }

 p { color: rgb(180,59,62); }

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

background-color css

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

 a { background-color: rgb(180,59,62); }

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

border-color css

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

 span { border-color: rgb(180,59,62); }

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