Html Css Color HEX #B2150C Fire Brick

📋 copy color: '#B2150C'

red 178 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #B2150C

Tints of Fire Brick #B2150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 84.36%
G = 9.95%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2150C (or 0xB2150C) is known color: Fire Brick. HEX triplet: B2, 15 and 0C. RGB value is (178,21,12). Sum of RGB (Red+Green+Blue) = 178+21+12=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2150C is #4DEAF3. Grayscale: #434343. Windows color (decimal): -5106420 or 791986. OLE color: 791986.

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

Color convert

RGB 178 21 12 -
CMYK 0 0.88 0.93 0.30
HSL 3.25º 0.87% 0.37% -
HSV(B) 3.25º 0.93% 0.7% -
XYZ 18.69 10.03 1.3 -
YUV 66.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 178 21 12 0 0.88 0.93 0.30 3.25 0.87 0.37
Hex B2 15 C 0 58 5D 1E 3 57 25
Octal 262 25 14 0 130 135 36 3 127 45
Binary 10110010 10101 1100 0 1011000 1011101 11110 11 1010111 100101

Color Harmonies of #B2150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2150C

Black with #B2150C

Text Example


Text Example

White with #B2150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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