Html Css Color HEX #B21A12 Fire Brick

📋 copy color: '#B21A12'

red 178 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #B21A12

Tints of Fire Brick #B21A12

RGB

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

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

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

R = 80.18%
G = 11.71%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B21A12 (or 0xB21A12) is known color: Fire Brick. HEX triplet: B2, 1A and 12. RGB value is (178,26,18). Sum of RGB (Red+Green+Blue) = 178+26+18=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21A12 is #4DE5ED. Grayscale: #464646. Windows color (decimal): -5105134 or 1186482. OLE color: 1186482.

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

Color convert

RGB 178 26 18 -
CMYK 0 0.85 0.90 0.30
HSL 0.82% 0.38% -
HSV(B) 0.9% 0.7% -
XYZ 18.84 10.25 1.56 -
YUV 70.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 178 26 18 0 0.85 0.90 0.30 3 0.82 0.38
Hex B2 1A 12 0 55 5A 1E 3 52 26
Octal 262 32 22 0 125 132 36 3 122 46
Binary 10110010 11010 10010 0 1010101 1011010 11110 11 1010010 100110

Color Harmonies of #B21A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A12

Black with #B21A12

Text Example


Text Example

White with #B21A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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