Html Css Color HEX #B22920 Fire Brick

📋 copy color: '#B22920'

red 178 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #B22920

Tints of Fire Brick #B22920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 70.92%
G = 16.33%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22920 (or 0xB22920) is known color: Fire Brick. HEX triplet: B2, 29 and 20. RGB value is (178,41,32). Sum of RGB (Red+Green+Blue) = 178+41+32=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B22920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22920 is #4DD6DF. Grayscale: #515151. Windows color (decimal): -5101280 or 2107826. OLE color: 2107826.

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

Color convert

RGB 178 41 32 -
CMYK 0 0.77 0.82 0.30
HSL 3.7º 0.7% 0.41% -
HSV(B) 3.7º 0.82% 0.7% -
XYZ 19.41 11.16 2.5 -
YUV 80.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 178 41 32 0 0.77 0.82 0.30 3.7 0.7 0.41
Hex B2 29 20 0 4D 52 1E 4 46 29
Octal 262 51 40 0 115 122 36 4 106 51
Binary 10110010 101001 100000 0 1001101 1010010 11110 100 1000110 101001

Color Harmonies of #B22920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22920

Black with #B22920

Text Example


Text Example

White with #B22920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22920; }

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

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

background-color css

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

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

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

border-color css

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

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

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