Html Css Color HEX #B21514 Fire Brick

📋 copy color: '#B21514'

red 178 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #B21514

Tints of Fire Brick #B21514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 81.28%
G = 9.59%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B21514 (or 0xB21514) is known color: Fire Brick. HEX triplet: B2, 15 and 14. RGB value is (178,21,20). Sum of RGB (Red+Green+Blue) = 178+21+20=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B21514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21514 is #4DEAEB. Grayscale: #434343. Windows color (decimal): -5106412 or 1316274. OLE color: 1316274.

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

Color convert

RGB 178 21 20 -
CMYK 0 0.88 0.89 0.30
HSL 0.38º 0.8% 0.39% -
HSV(B) 0.38º 0.89% 0.7% -
XYZ 18.75 10.05 1.61 -
YUV 67.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 178 21 20 0 0.88 0.89 0.30 0.38 0.8 0.39
Hex B2 15 14 0 58 59 1E 0 50 27
Octal 262 25 24 0 130 131 36 0 120 47
Binary 10110010 10101 10100 0 1011000 1011001 11110 0 1010000 100111

Color Harmonies of #B21514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21514

Black with #B21514

Text Example


Text Example

White with #B21514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21514; }

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

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

background-color css

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

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

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

border-color css

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

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

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