Html Css Color HEX #B22721 Fire Brick

📋 copy color: '#B22721'

red 178 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #B22721

Tints of Fire Brick #B22721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 71.2%
G = 15.6%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B22721 (or 0xB22721) is known color: Fire Brick. HEX triplet: B2, 27 and 21. RGB value is (178,39,33). Sum of RGB (Red+Green+Blue) = 178+39+33=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22721 is #4DD8DE. Grayscale: #505050. Windows color (decimal): -5101791 or 2172850. OLE color: 2172850.

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

Color convert

RGB 178 39 33 -
CMYK 0 0.78 0.81 0.30
HSL 2.48º 0.69% 0.41% -
HSV(B) 2.48º 0.81% 0.7% -
XYZ 19.36 11.03 2.55 -
YUV 79.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 178 39 33 0 0.78 0.81 0.30 2.48 0.69 0.41
Hex B2 27 21 0 4E 51 1E 2 45 29
Octal 262 47 41 0 116 121 36 2 105 51
Binary 10110010 100111 100001 0 1001110 1010001 11110 10 1000101 101001

Color Harmonies of #B22721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22721

Black with #B22721

Text Example


Text Example

White with #B22721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22721; }

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

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

background-color css

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

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

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

border-color css

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

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

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