Html Css Color HEX #B22F36 Brick Red

📋 copy color: '#B22F36'

red 178 ◦ green 47 ◦ blue 54

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

Shades of Brick Red #B22F36

Tints of Brick Red #B22F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 63.8%
G = 16.85%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B22F36 (or 0xB22F36) is known color: Brick Red. HEX triplet: B2, 2F and 36. RGB value is (178,47,54). Sum of RGB (Red+Green+Blue) = 178+47+54=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F36 is #4DD0C9. Grayscale: #575757. Windows color (decimal): -5099722 or 3551154. OLE color: 3551154.

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

Color convert

RGB 178 47 54 -
CMYK 0 0.74 0.70 0.30
HSL 356.79º 0.58% 0.44% -
HSV(B) 356.79º 0.74% 0.7% -
XYZ 20.04 11.76 4.7 -
YUV 86.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 178 47 54 0 0.74 0.70 0.30 356.79 0.58 0.44
Hex B2 2F 36 0 4A 46 1E 165 3A 2C
Octal 262 57 66 0 112 106 36 545 72 54
Binary 10110010 101111 110110 0 1001010 1000110 11110 101100101 111010 101100

Color Harmonies of #B22F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F36

Black with #B22F36

Text Example


Text Example

White with #B22F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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