Html Css Color HEX #B22C2F Mahogany

📋 copy color: '#B22C2F'

red 178 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #B22C2F

Tints of Mahogany #B22C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 66.17%
G = 16.36%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B22C2F (or 0xB22C2F) is known color: Mahogany. HEX triplet: B2, 2C and 2F. RGB value is (178,44,47). Sum of RGB (Red+Green+Blue) = 178+44+47=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C2F is #4DD3D0. Grayscale: #545454. Windows color (decimal): -5100497 or 3091634. OLE color: 3091634.

HSL color Cylindrical-coordinate representation of color #B22C2F: hue angle of 358.66º 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 #B22C2F is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 47 -
CMYK 0 0.75 0.74 0.30
HSL 358.66º 0.6% 0.44% -
HSV(B) 358.66º 0.75% 0.7% -
XYZ 19.77 11.47 3.86 -
YUV 84.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 178 44 47 0 0.75 0.74 0.30 358.66 0.6 0.44
Hex B2 2C 2F 0 4B 4A 1E 167 3C 2C
Octal 262 54 57 0 113 112 36 547 74 54
Binary 10110010 101100 101111 0 1001011 1001010 11110 101100111 111100 101100

Color Harmonies of #B22C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C2F

Black with #B22C2F

Text Example


Text Example

White with #B22C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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