Html Css Color HEX #B21915 Fire Brick

📋 copy color: '#B21915'

red 178 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B21915

Tints of Fire Brick #B21915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 79.46%
G = 11.16%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B21915 (or 0xB21915) is known color: Fire Brick. HEX triplet: B2, 19 and 15. RGB value is (178,25,21). Sum of RGB (Red+Green+Blue) = 178+25+21=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B21915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21915 is #4DE6EA. Grayscale: #464646. Windows color (decimal): -5105387 or 1382834. OLE color: 1382834.

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

Color convert

RGB 178 25 21 -
CMYK 0 0.86 0.88 0.30
HSL 1.53º 0.79% 0.39% -
HSV(B) 1.53º 0.88% 0.7% -
XYZ 18.84 10.21 1.69 -
YUV 70.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 178 25 21 0 0.86 0.88 0.30 1.53 0.79 0.39
Hex B2 19 15 0 56 58 1E 2 4F 27
Octal 262 31 25 0 126 130 36 2 117 47
Binary 10110010 11001 10101 0 1010110 1011000 11110 10 1001111 100111

Color Harmonies of #B21915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21915

Black with #B21915

Text Example


Text Example

White with #B21915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21915; }

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

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

background-color css

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

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

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

border-color css

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

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

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