Html Css Color HEX #B43334 Mahogany

📋 copy color: '#B43334'

red 180 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #B43334

Tints of Mahogany #B43334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 63.6%
G = 18.02%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B43334 (or 0xB43334) is known color: Mahogany. HEX triplet: B4, 33 and 34. RGB value is (180,51,52). Sum of RGB (Red+Green+Blue) = 180+51+52=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43334 is #4BCCCB. Grayscale: #595959. Windows color (decimal): -4967628 or 3421108. OLE color: 3421108.

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

Color convert

RGB 180 51 52 -
CMYK 0 0.72 0.71 0.29
HSL 359.53º 0.56% 0.45% -
HSV(B) 359.53º 0.72% 0.71% -
XYZ 20.63 12.32 4.54 -
YUV 89.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 180 51 52 0 0.72 0.71 0.29 359.53 0.56 0.45
Hex B4 33 34 0 48 47 1D 168 38 2D
Octal 264 63 64 0 110 107 35 550 70 55
Binary 10110100 110011 110100 0 1001000 1000111 11101 101101000 111000 101101

Color Harmonies of #B43334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43334

Black with #B43334

Text Example


Text Example

White with #B43334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43334; }

 p { color: rgb(180,51,52); }

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

background-color css

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

 a { background-color: rgb(180,51,52); }

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

border-color css

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

 span { border-color: rgb(180,51,52); }

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