Html Css Color HEX #B2130F Fire Brick

📋 copy color: '#B2130F'

red 178 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #B2130F

Tints of Fire Brick #B2130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 83.96%
G = 8.96%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2130F (or 0xB2130F) is known color: Fire Brick. HEX triplet: B2, 13 and 0F. RGB value is (178,19,15). Sum of RGB (Red+Green+Blue) = 178+19+15=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B2130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2130F is #4DECF0. Grayscale: #424242. Windows color (decimal): -5106929 or 988082. OLE color: 988082.

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

Color convert

RGB 178 19 15 -
CMYK 0 0.89 0.92 0.30
HSL 1.47º 0.84% 0.38% -
HSV(B) 1.47º 0.92% 0.7% -
XYZ 18.68 9.97 1.39 -
YUV 66.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 178 19 15 0 0.89 0.92 0.30 1.47 0.84 0.38
Hex B2 13 F 0 59 5C 1E 1 54 26
Octal 262 23 17 0 131 134 36 1 124 46
Binary 10110010 10011 1111 0 1011001 1011100 11110 1 1010100 100110

Color Harmonies of #B2130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2130F

Black with #B2130F

Text Example


Text Example

White with #B2130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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