Html Css Color HEX #B21E15 Fire Brick

📋 copy color: '#B21E15'

red 178 ◦ green 30 ◦ blue 21

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

Shades of Fire Brick #B21E15

Tints of Fire Brick #B21E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

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

R = 77.73%
G = 13.1%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B21E15 (or 0xB21E15) is known color: Fire Brick. HEX triplet: B2, 1E and 15. RGB value is (178,30,21). Sum of RGB (Red+Green+Blue) = 178+30+21=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E15 is #4DE1EA. Grayscale: #494949. Windows color (decimal): -5104107 or 1384114. OLE color: 1384114.

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

Color convert

RGB 178 30 21 -
CMYK 0 0.83 0.88 0.30
HSL 3.44º 0.79% 0.39% -
HSV(B) 3.44º 0.88% 0.7% -
XYZ 18.96 10.45 1.73 -
YUV 73.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 178 30 21 0 0.83 0.88 0.30 3.44 0.79 0.39
Hex B2 1E 15 0 53 58 1E 3 4F 27
Octal 262 36 25 0 123 130 36 3 117 47
Binary 10110010 11110 10101 0 1010011 1011000 11110 11 1001111 100111

Color Harmonies of #B21E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E15

Black with #B21E15

Text Example


Text Example

White with #B21E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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