Html Css Color HEX #B21C0B Fire Brick

📋 copy color: '#B21C0B'

red 178 ◦ green 28 ◦ blue 11

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

Shades of Fire Brick #B21C0B

Tints of Fire Brick #B21C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

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

R = 82.03%
G = 12.9%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B21C0B (or 0xB21C0B) is known color: Fire Brick. HEX triplet: B2, 1C and 0B. RGB value is (178,28,11). Sum of RGB (Red+Green+Blue) = 178+28+11=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21C0B is #4DE3F4. Grayscale: #474747. Windows color (decimal): -5104629 or 728242. OLE color: 728242.

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

Color convert

RGB 178 28 11 -
CMYK 0 0.84 0.94 0.30
HSL 6.11º 0.88% 0.37% -
HSV(B) 6.11º 0.94% 0.7% -
XYZ 18.84 10.32 1.32 -
YUV 70.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 178 28 11 0 0.84 0.94 0.30 6.11 0.88 0.37
Hex B2 1C B 0 54 5E 1E 6 58 25
Octal 262 34 13 0 124 136 36 6 130 45
Binary 10110010 11100 1011 0 1010100 1011110 11110 110 1011000 100101

Color Harmonies of #B21C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C0B

Black with #B21C0B

Text Example


Text Example

White with #B21C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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