Html Css Color HEX #B21C12 Fire Brick

📋 copy color: '#B21C12'

red 178 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #B21C12

Tints of Fire Brick #B21C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 79.46%
G = 12.5%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B21C12 (or 0xB21C12) is known color: Fire Brick. HEX triplet: B2, 1C and 12. RGB value is (178,28,18). Sum of RGB (Red+Green+Blue) = 178+28+18=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21C12 is #4DE3ED. Grayscale: #474747. Windows color (decimal): -5104622 or 1186994. OLE color: 1186994.

HSL color Cylindrical-coordinate representation of color #B21C12: hue angle of 3.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21C12 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 28 18 -
CMYK 0 0.84 0.90 0.30
HSL 3.75º 0.82% 0.38% -
HSV(B) 3.75º 0.9% 0.7% -
XYZ 18.88 10.34 1.57 -
YUV 71.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 178 28 18 0 0.84 0.90 0.30 3.75 0.82 0.38
Hex B2 1C 12 0 54 5A 1E 4 52 26
Octal 262 34 22 0 124 132 36 4 122 46
Binary 10110010 11100 10010 0 1010100 1011010 11110 100 1010010 100110

Color Harmonies of #B21C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C12

Black with #B21C12

Text Example


Text Example

White with #B21C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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