Html Css Color HEX #B22921 Fire Brick

📋 copy color: '#B22921'

red 178 ◦ green 41 ◦ blue 33

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

Shades of Fire Brick #B22921

Tints of Fire Brick #B22921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

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

R = 70.63%
G = 16.27%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B22921 (or 0xB22921) is known color: Fire Brick. HEX triplet: B2, 29 and 21. RGB value is (178,41,33). Sum of RGB (Red+Green+Blue) = 178+41+33=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B22921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22921 is #4DD6DE. Grayscale: #515151. Windows color (decimal): -5101279 or 2173362. OLE color: 2173362.

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

Color convert

RGB 178 41 33 -
CMYK 0 0.77 0.81 0.30
HSL 3.31º 0.69% 0.41% -
HSV(B) 3.31º 0.81% 0.7% -
XYZ 19.43 11.16 2.57 -
YUV 81.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 178 41 33 0 0.77 0.81 0.30 3.31 0.69 0.41
Hex B2 29 21 0 4D 51 1E 3 45 29
Octal 262 51 41 0 115 121 36 3 105 51
Binary 10110010 101001 100001 0 1001101 1010001 11110 11 1000101 101001

Color Harmonies of #B22921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22921

Black with #B22921

Text Example


Text Example

White with #B22921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22921; }

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

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

background-color css

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

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

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

border-color css

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

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

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