Html Css Color HEX #B21919 Fire Brick

📋 copy color: '#B21919'

red 178 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #B21919

Tints of Fire Brick #B21919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 78.07%
G = 10.96%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B21919 (or 0xB21919) is known color: Fire Brick. HEX triplet: B2, 19 and 19. RGB value is (178,25,25). Sum of RGB (Red+Green+Blue) = 178+25+25=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B21919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21919 is #4DE6E6. Grayscale: #464646. Windows color (decimal): -5105383 or 1644978. OLE color: 1644978.

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

Color convert

RGB 178 25 25 -
CMYK 0 0.86 0.86 0.30
HSL 0.75% 0.4% -
HSV(B) 0.86% 0.7% -
XYZ 18.88 10.23 1.9 -
YUV 70.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 178 25 25 0 0.86 0.86 0.30 0 0.75 0.4
Hex B2 19 19 0 56 56 1E 0 4B 28
Octal 262 31 31 0 126 126 36 0 113 50
Binary 10110010 11001 11001 0 1010110 1010110 11110 0 1001011 101000

Color Harmonies of #B21919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21919

Black with #B21919

Text Example


Text Example

White with #B21919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21919; }

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

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

background-color css

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

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

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

border-color css

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

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

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