Html Css Color HEX #B22919 Fire Brick

📋 copy color: '#B22919'

red 178 ◦ green 41 ◦ blue 25

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

Shades of Fire Brick #B22919

Tints of Fire Brick #B22919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 72.95%
G = 16.8%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B22919 (or 0xB22919) is known color: Fire Brick. HEX triplet: B2, 29 and 19. RGB value is (178,41,25). Sum of RGB (Red+Green+Blue) = 178+41+25=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B22919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22919 is #4DD6E6. Grayscale: #505050. Windows color (decimal): -5101287 or 1649074. OLE color: 1649074.

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

Color convert

RGB 178 41 25 -
CMYK 0 0.77 0.86 0.30
HSL 6.27º 0.75% 0.4% -
HSV(B) 6.27º 0.86% 0.7% -
XYZ 19.33 11.12 2.05 -
YUV 80.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 178 41 25 0 0.77 0.86 0.30 6.27 0.75 0.4
Hex B2 29 19 0 4D 56 1E 6 4B 28
Octal 262 51 31 0 115 126 36 6 113 50
Binary 10110010 101001 11001 0 1001101 1010110 11110 110 1001011 101000

Color Harmonies of #B22919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22919

Black with #B22919

Text Example


Text Example

White with #B22919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22919; }

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

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

background-color css

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

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

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

border-color css

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

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

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