Html Css Color HEX #B33B3E Mahogany

📋 copy color: '#B33B3E'

red 179 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #B33B3E

Tints of Mahogany #B33B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.67%

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

R = 59.67%
G = 19.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B33B3E (or 0xB33B3E) is known color: Mahogany. HEX triplet: B3, 3B and 3E. RGB value is (179,59,62). Sum of RGB (Red+Green+Blue) = 179+59+62=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B3E is #4CC4C1. Grayscale: #5F5F5F. Windows color (decimal): -5031106 or 4078515. OLE color: 4078515.

HSL color Cylindrical-coordinate representation of color #B33B3E: hue angle of 358.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B3E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 62 -
CMYK 0 0.67 0.65 0.30
HSL 358.5º 0.5% 0.47% -
HSV(B) 358.5º 0.67% 0.7% -
XYZ 21.02 13.06 5.97 -
YUV 95.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 179 59 62 0 0.67 0.65 0.30 358.5 0.5 0.47
Hex B3 3B 3E 0 43 41 1E 166 32 2F
Octal 263 73 76 0 103 101 36 546 62 57
Binary 10110011 111011 111110 0 1000011 1000001 11110 101100110 110010 101111

Color Harmonies of #B33B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B3E

Black with #B33B3E

Text Example


Text Example

White with #B33B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B3E; }

 p { color: rgb(179,59,62); }

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

background-color css

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

 a { background-color: rgb(179,59,62); }

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

border-color css

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

 span { border-color: rgb(179,59,62); }

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