Html Css Color HEX #B22C19 Fire Brick

📋 copy color: '#B22C19'

red 178 ◦ green 44 ◦ blue 25

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

Shades of Fire Brick #B22C19

Tints of Fire Brick #B22C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 72.06%
G = 17.81%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B22C19 (or 0xB22C19) is known color: Fire Brick. HEX triplet: B2, 2C and 19. RGB value is (178,44,25). Sum of RGB (Red+Green+Blue) = 178+44+25=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C19 is #4DD3E6. Grayscale: #525252. Windows color (decimal): -5100519 or 1649842. OLE color: 1649842.

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

Color convert

RGB 178 44 25 -
CMYK 0 0.75 0.86 0.30
HSL 7.45º 0.75% 0.4% -
HSV(B) 7.45º 0.86% 0.7% -
XYZ 19.44 11.34 2.08 -
YUV 81.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 178 44 25 0 0.75 0.86 0.30 7.45 0.75 0.4
Hex B2 2C 19 0 4B 56 1E 7 4B 28
Octal 262 54 31 0 113 126 36 7 113 50
Binary 10110010 101100 11001 0 1001011 1010110 11110 111 1001011 101000

Color Harmonies of #B22C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C19

Black with #B22C19

Text Example


Text Example

White with #B22C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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