Html Css Color HEX #B22019 Fire Brick

📋 copy color: '#B22019'

red 178 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #B22019

Tints of Fire Brick #B22019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 75.74%
G = 13.62%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B22019 (or 0xB22019) is known color: Fire Brick. HEX triplet: B2, 20 and 19. RGB value is (178,32,25). Sum of RGB (Red+Green+Blue) = 178+32+25=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B22019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22019 is #4DDFE6. Grayscale: #4B4B4B. Windows color (decimal): -5103591 or 1646770. OLE color: 1646770.

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

Color convert

RGB 178 32 25 -
CMYK 0 0.82 0.86 0.30
HSL 2.75º 0.75% 0.4% -
HSV(B) 2.75º 0.86% 0.7% -
XYZ 19.05 10.57 1.96 -
YUV 74.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 178 32 25 0 0.82 0.86 0.30 2.75 0.75 0.4
Hex B2 20 19 0 52 56 1E 3 4B 28
Octal 262 40 31 0 122 126 36 3 113 50
Binary 10110010 100000 11001 0 1010010 1010110 11110 11 1001011 101000

Color Harmonies of #B22019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22019

Black with #B22019

Text Example


Text Example

White with #B22019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22019; }

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

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

background-color css

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

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

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

border-color css

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

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

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