Html Css Color HEX #B2190F Fire Brick

📋 copy color: '#B2190F'

red 178 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #B2190F

Tints of Fire Brick #B2190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 81.65%
G = 11.47%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2190F (or 0xB2190F) is known color: Fire Brick. HEX triplet: B2, 19 and 0F. RGB value is (178,25,15). Sum of RGB (Red+Green+Blue) = 178+25+15=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B2190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2190F is #4DE6F0. Grayscale: #454545. Windows color (decimal): -5105393 or 989618. OLE color: 989618.

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

Color convert

RGB 178 25 15 -
CMYK 0 0.86 0.92 0.30
HSL 3.68º 0.84% 0.38% -
HSV(B) 3.68º 0.92% 0.7% -
XYZ 18.79 10.19 1.43 -
YUV 69.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 178 25 15 0 0.86 0.92 0.30 3.68 0.84 0.38
Hex B2 19 F 0 56 5C 1E 4 54 26
Octal 262 31 17 0 126 134 36 4 124 46
Binary 10110010 11001 1111 0 1010110 1011100 11110 100 1010100 100110

Color Harmonies of #B2190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2190F

Black with #B2190F

Text Example


Text Example

White with #B2190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2190F; }

 p { color: rgb(178,25,15); }

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

background-color css

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

 a { background-color: rgb(178,25,15); }

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

border-color css

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

 span { border-color: rgb(178,25,15); }

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