Html Css Color HEX #B22821 Fire Brick

📋 copy color: '#B22821'

red 178 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #B22821

Tints of Fire Brick #B22821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 70.92%
G = 15.94%
B = 13.15%

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

#B22821 (or 0xB22821) is known color: Fire Brick. HEX triplet: B2, 28 and 21. RGB value is (178,40,33). Sum of RGB (Red+Green+Blue) = 178+40+33=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B22821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22821 is #4DD7DE. Grayscale: #505050. Windows color (decimal): -5101535 or 2173106. OLE color: 2173106.

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

Color convert

RGB 178 40 33 -
CMYK 0 0.78 0.81 0.30
HSL 2.9º 0.69% 0.41% -
HSV(B) 2.9º 0.81% 0.7% -
XYZ 19.39 11.09 2.56 -
YUV 80.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 178 40 33 0 0.78 0.81 0.30 2.9 0.69 0.41
Hex B2 28 21 0 4E 51 1E 3 45 29
Octal 262 50 41 0 116 121 36 3 105 51
Binary 10110010 101000 100001 0 1001110 1010001 11110 11 1000101 101001

Color Harmonies of #B22821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22821

Black with #B22821

Text Example


Text Example

White with #B22821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22821; }

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

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

background-color css

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

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

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

border-color css

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

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

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