Html Css Color HEX #B43338 Mahogany

📋 copy color: '#B43338'

red 180 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #B43338

Tints of Mahogany #B43338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.51%

R = 62.72%
G = 17.77%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B43338 (or 0xB43338) is known color: Mahogany. HEX triplet: B4, 33 and 38. RGB value is (180,51,56). Sum of RGB (Red+Green+Blue) = 180+51+56=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B43338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43338 is #4BCCC7. Grayscale: #5A5A5A. Windows color (decimal): -4967624 or 3683252. OLE color: 3683252.

HSL color Cylindrical-coordinate representation of color #B43338: hue angle of 357.67º 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 #B43338 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 56 -
CMYK 0 0.72 0.69 0.29
HSL 357.67º 0.56% 0.45% -
HSV(B) 357.67º 0.72% 0.71% -
XYZ 20.72 12.36 5.03 -
YUV 90.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 180 51 56 0 0.72 0.69 0.29 357.67 0.56 0.45
Hex B4 33 38 0 48 45 1D 166 38 2D
Octal 264 63 70 0 110 105 35 546 70 55
Binary 10110100 110011 111000 0 1001000 1000101 11101 101100110 111000 101101

Color Harmonies of #B43338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43338

Black with #B43338

Text Example


Text Example

White with #B43338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43338; }

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

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

background-color css

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

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

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

border-color css

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

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

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