Html Css Color HEX #B33334 Mahogany

📋 copy color: '#B33334'

red 179 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #B33334

Tints of Mahogany #B33334

RGB

 RED value IS 179 (70.31% from 255) = 63.48%

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

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

R = 63.48%
G = 18.09%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B33334 (or 0xB33334) is known color: Mahogany. HEX triplet: B3, 33 and 34. RGB value is (179,51,52). Sum of RGB (Red+Green+Blue) = 179+51+52=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B33334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33334 is #4CCCCB. Grayscale: #595959. Windows color (decimal): -5033164 or 3421107. OLE color: 3421107.

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

Color convert

RGB 179 51 52 -
CMYK 0 0.72 0.71 0.30
HSL 359.53º 0.56% 0.45% -
HSV(B) 359.53º 0.72% 0.7% -
XYZ 20.39 12.2 4.53 -
YUV 89.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 179 51 52 0 0.72 0.71 0.30 359.53 0.56 0.45
Hex B3 33 34 0 48 47 1E 168 38 2D
Octal 263 63 64 0 110 107 36 550 70 55
Binary 10110011 110011 110100 0 1001000 1000111 11110 101101000 111000 101101

Color Harmonies of #B33334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33334

Black with #B33334

Text Example


Text Example

White with #B33334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33334; }

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

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

background-color css

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

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

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

border-color css

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

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

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