Html Css Color HEX #B22219 Fire Brick

📋 copy color: '#B22219'

red 178 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #B22219

Tints of Fire Brick #B22219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

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

R = 75.11%
G = 14.35%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B22219 (or 0xB22219) is known color: Fire Brick. HEX triplet: B2, 22 and 19. RGB value is (178,34,25). Sum of RGB (Red+Green+Blue) = 178+34+25=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B22219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22219 is #4DDDE6. Grayscale: #4C4C4C. Windows color (decimal): -5103079 or 1647282. OLE color: 1647282.

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

Color convert

RGB 178 34 25 -
CMYK 0 0.81 0.86 0.30
HSL 3.53º 0.75% 0.4% -
HSV(B) 3.53º 0.86% 0.7% -
XYZ 19.11 10.68 1.97 -
YUV 76.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 178 34 25 0 0.81 0.86 0.30 3.53 0.75 0.4
Hex B2 22 19 0 51 56 1E 4 4B 28
Octal 262 42 31 0 121 126 36 4 113 50
Binary 10110010 100010 11001 0 1010001 1010110 11110 100 1001011 101000

Color Harmonies of #B22219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22219

Black with #B22219

Text Example


Text Example

White with #B22219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22219; }

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

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

background-color css

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

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

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

border-color css

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

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

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