Html Css Color HEX #B22C2D Mahogany

📋 copy color: '#B22C2D'

red 178 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #B22C2D

Tints of Mahogany #B22C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 66.67%
G = 16.48%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B22C2D (or 0xB22C2D) is known color: Mahogany. HEX triplet: B2, 2C and 2D. RGB value is (178,44,45). Sum of RGB (Red+Green+Blue) = 178+44+45=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C2D is #4DD3D2. Grayscale: #545454. Windows color (decimal): -5100499 or 2960562. OLE color: 2960562.

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

Color convert

RGB 178 44 45 -
CMYK 0 0.75 0.75 0.30
HSL 359.55º 0.6% 0.44% -
HSV(B) 359.55º 0.75% 0.7% -
XYZ 19.73 11.46 3.65 -
YUV 84.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 178 44 45 0 0.75 0.75 0.30 359.55 0.6 0.44
Hex B2 2C 2D 0 4B 4B 1E 168 3C 2C
Octal 262 54 55 0 113 113 36 550 74 54
Binary 10110010 101100 101101 0 1001011 1001011 11110 101101000 111100 101100

Color Harmonies of #B22C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C2D

Black with #B22C2D

Text Example


Text Example

White with #B22C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C2D; }

 p { color: rgb(178,44,45); }

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

background-color css

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

 a { background-color: rgb(178,44,45); }

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

border-color css

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

 span { border-color: rgb(178,44,45); }

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