Html Css Color HEX #B43C3E Mahogany

📋 copy color: '#B43C3E'

red 180 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #B43C3E

Tints of Mahogany #B43C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

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

R = 59.6%
G = 19.87%
B = 20.53%

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

#B43C3E (or 0xB43C3E) is known color: Mahogany. HEX triplet: B4, 3C and 3E. RGB value is (180,60,62). Sum of RGB (Red+Green+Blue) = 180+60+62=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C3E is #4BC3C1. Grayscale: #606060. Windows color (decimal): -4965314 or 4078772. OLE color: 4078772.

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

Color convert

RGB 180 60 62 -
CMYK 0 0.67 0.66 0.29
HSL 359º 0.5% 0.47% -
HSV(B) 359º 0.67% 0.71% -
XYZ 21.31 13.28 6 -
YUV 96.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 180 60 62 0 0.67 0.66 0.29 359 0.5 0.47
Hex B4 3C 3E 0 43 42 1D 167 32 2F
Octal 264 74 76 0 103 102 35 547 62 57
Binary 10110100 111100 111110 0 1000011 1000010 11101 101100111 110010 101111

Color Harmonies of #B43C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C3E

Black with #B43C3E

Text Example


Text Example

White with #B43C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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