Html Css Color HEX #B22728 Mahogany

📋 copy color: '#B22728'

red 178 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #B22728

Tints of Mahogany #B22728

RGB

 RED value IS 178 (69.92% from 255) = 69.26%

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 69.26%
G = 15.18%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B22728 (or 0xB22728) is known color: Mahogany. HEX triplet: B2, 27 and 28. RGB value is (178,39,40). Sum of RGB (Red+Green+Blue) = 178+39+40=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B22728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22728 is #4DD8D7. Grayscale: #505050. Windows color (decimal): -5101784 or 2631602. OLE color: 2631602.

HSL color Cylindrical-coordinate representation of color #B22728: hue angle of 359.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22728 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 40 -
CMYK 0 0.78 0.78 0.30
HSL 359.57º 0.64% 0.43% -
HSV(B) 359.57º 0.78% 0.7% -
XYZ 19.47 11.07 3.12 -
YUV 80.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 178 39 40 0 0.78 0.78 0.30 359.57 0.64 0.43
Hex B2 27 28 0 4E 4E 1E 168 40 2B
Octal 262 47 50 0 116 116 36 550 100 53
Binary 10110010 100111 101000 0 1001110 1001110 11110 101101000 1000000 101011

Color Harmonies of #B22728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22728

Black with #B22728

Text Example


Text Example

White with #B22728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22728; }

 p { color: rgb(178,39,40); }

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

background-color css

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

 a { background-color: rgb(178,39,40); }

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

border-color css

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

 span { border-color: rgb(178,39,40); }

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