Html Css Color HEX #B33438 Mahogany

📋 copy color: '#B33438'

red 179 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #B33438

Tints of Mahogany #B33438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

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

R = 62.37%
G = 18.12%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B33438 (or 0xB33438) is known color: Mahogany. HEX triplet: B3, 34 and 38. RGB value is (179,52,56). Sum of RGB (Red+Green+Blue) = 179+52+56=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33438 is #4CCBC7. Grayscale: #5A5A5A. Windows color (decimal): -5032904 or 3683507. OLE color: 3683507.

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

Color convert

RGB 179 52 56 -
CMYK 0 0.71 0.69 0.30
HSL 358.11º 0.55% 0.45% -
HSV(B) 358.11º 0.71% 0.7% -
XYZ 20.53 12.33 5.04 -
YUV 90.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 179 52 56 0 0.71 0.69 0.30 358.11 0.55 0.45
Hex B3 34 38 0 47 45 1E 166 37 2D
Octal 263 64 70 0 107 105 36 546 67 55
Binary 10110011 110100 111000 0 1000111 1000101 11110 101100110 110111 101101

Color Harmonies of #B33438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33438

Black with #B33438

Text Example


Text Example

White with #B33438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33438; }

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

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

background-color css

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

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

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

border-color css

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

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

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