Html Css Color HEX #B21615 Fire Brick

📋 copy color: '#B21615'

red 178 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #B21615

Tints of Fire Brick #B21615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 80.54%
G = 9.95%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B21615 (or 0xB21615) is known color: Fire Brick. HEX triplet: B2, 16 and 15. RGB value is (178,22,21). Sum of RGB (Red+Green+Blue) = 178+22+21=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B21615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21615 is #4DE9EA. Grayscale: #444444. Windows color (decimal): -5106155 or 1382066. OLE color: 1382066.

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

Color convert

RGB 178 22 21 -
CMYK 0 0.88 0.88 0.30
HSL 0.38º 0.79% 0.39% -
HSV(B) 0.38º 0.88% 0.7% -
XYZ 18.78 10.09 1.67 -
YUV 68.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 178 22 21 0 0.88 0.88 0.30 0.38 0.79 0.39
Hex B2 16 15 0 58 58 1E 0 4F 27
Octal 262 26 25 0 130 130 36 0 117 47
Binary 10110010 10110 10101 0 1011000 1011000 11110 0 1001111 100111

Color Harmonies of #B21615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21615

Black with #B21615

Text Example


Text Example

White with #B21615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21615; }

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

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

background-color css

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

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

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

border-color css

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

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

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