Html Css Color HEX #B22F34 Mahogany

📋 copy color: '#B22F34'

red 178 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #B22F34

Tints of Mahogany #B22F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.97%

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 64.26%
G = 16.97%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B22F34 (or 0xB22F34) is known color: Mahogany. HEX triplet: B2, 2F and 34. RGB value is (178,47,52). Sum of RGB (Red+Green+Blue) = 178+47+52=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F34 is #4DD0CB. Grayscale: #565656. Windows color (decimal): -5099724 or 3420082. OLE color: 3420082.

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

Color convert

RGB 178 47 52 -
CMYK 0 0.74 0.71 0.30
HSL 357.71º 0.58% 0.44% -
HSV(B) 357.71º 0.74% 0.7% -
XYZ 20 11.75 4.46 -
YUV 86.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 178 47 52 0 0.74 0.71 0.30 357.71 0.58 0.44
Hex B2 2F 34 0 4A 47 1E 166 3A 2C
Octal 262 57 64 0 112 107 36 546 72 54
Binary 10110010 101111 110100 0 1001010 1000111 11110 101100110 111010 101100

Color Harmonies of #B22F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F34

Black with #B22F34

Text Example


Text Example

White with #B22F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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