Html Css Color HEX #B2130E Fire Brick

📋 copy color: '#B2130E'

red 178 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #B2130E

Tints of Fire Brick #B2130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 84.36%
G = 9%
B = 6.64%

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

#B2130E (or 0xB2130E) is known color: Fire Brick. HEX triplet: B2, 13 and 0E. RGB value is (178,19,14). Sum of RGB (Red+Green+Blue) = 178+19+14=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2130E is #4DECF1. Grayscale: #424242. Windows color (decimal): -5106930 or 922546. OLE color: 922546.

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

Color convert

RGB 178 19 14 -
CMYK 0 0.89 0.92 0.30
HSL 1.83º 0.85% 0.38% -
HSV(B) 1.83º 0.92% 0.7% -
XYZ 18.67 9.96 1.35 -
YUV 65.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 178 19 14 0 0.89 0.92 0.30 1.83 0.85 0.38
Hex B2 13 E 0 59 5C 1E 2 55 26
Octal 262 23 16 0 131 134 36 2 125 46
Binary 10110010 10011 1110 0 1011001 1011100 11110 10 1010101 100110

Color Harmonies of #B2130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2130E

Black with #B2130E

Text Example


Text Example

White with #B2130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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