Html Css Color HEX #B43D3E Mahogany

📋 copy color: '#B43D3E'

red 180 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #B43D3E

Tints of Mahogany #B43D3E

RGB

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

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

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

R = 59.41%
G = 20.13%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B43D3E (or 0xB43D3E) is known color: Mahogany. HEX triplet: B4, 3D and 3E. RGB value is (180,61,62). Sum of RGB (Red+Green+Blue) = 180+61+62=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D3E is #4BC2C1. Grayscale: #606060. Windows color (decimal): -4965058 or 4079028. OLE color: 4079028.

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

Color convert

RGB 180 61 62 -
CMYK 0 0.66 0.66 0.29
HSL 359.5º 0.49% 0.47% -
HSV(B) 359.5º 0.66% 0.71% -
XYZ 21.36 13.39 6.02 -
YUV 96.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 180 61 62 0 0.66 0.66 0.29 359.5 0.49 0.47
Hex B4 3D 3E 0 42 42 1D 167 31 2F
Octal 264 75 76 0 102 102 35 547 61 57
Binary 10110100 111101 111110 0 1000010 1000010 11101 101100111 110001 101111

Color Harmonies of #B43D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D3E

Black with #B43D3E

Text Example


Text Example

White with #B43D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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