Html Css Color HEX #B21A0B Fire Brick

📋 copy color: '#B21A0B'

red 178 ◦ green 26 ◦ blue 11

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

Shades of Fire Brick #B21A0B

Tints of Fire Brick #B21A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 82.79%
G = 12.09%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B21A0B (or 0xB21A0B) is known color: Fire Brick. HEX triplet: B2, 1A and 0B. RGB value is (178,26,11). Sum of RGB (Red+Green+Blue) = 178+26+11=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A0B is #4DE5F4. Grayscale: #454545. Windows color (decimal): -5105141 or 727730. OLE color: 727730.

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

Color convert

RGB 178 26 11 -
CMYK 0 0.85 0.94 0.30
HSL 5.39º 0.88% 0.37% -
HSV(B) 5.39º 0.94% 0.7% -
XYZ 18.79 10.23 1.3 -
YUV 69.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 178 26 11 0 0.85 0.94 0.30 5.39 0.88 0.37
Hex B2 1A B 0 55 5E 1E 5 58 25
Octal 262 32 13 0 125 136 36 5 130 45
Binary 10110010 11010 1011 0 1010101 1011110 11110 101 1011000 100101

Color Harmonies of #B21A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A0B

Black with #B21A0B

Text Example


Text Example

White with #B21A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A0B; }

 p { color: rgb(178,26,11); }

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

background-color css

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

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

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

border-color css

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

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

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