Html Css Color HEX #B2140C Fire Brick

📋 copy color: '#B2140C'

red 178 ◦ green 20 ◦ blue 12

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

Shades of Fire Brick #B2140C

Tints of Fire Brick #B2140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 84.76%
G = 9.52%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2140C (or 0xB2140C) is known color: Fire Brick. HEX triplet: B2, 14 and 0C. RGB value is (178,20,12). Sum of RGB (Red+Green+Blue) = 178+20+12=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B2140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2140C is #4DEBF3. Grayscale: #424242. Windows color (decimal): -5106676 or 791730. OLE color: 791730.

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

Color convert

RGB 178 20 12 -
CMYK 0 0.89 0.93 0.30
HSL 2.89º 0.87% 0.37% -
HSV(B) 2.89º 0.93% 0.7% -
XYZ 18.68 9.99 1.29 -
YUV 66.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 178 20 12 0 0.89 0.93 0.30 2.89 0.87 0.37
Hex B2 14 C 0 59 5D 1E 3 57 25
Octal 262 24 14 0 131 135 36 3 127 45
Binary 10110010 10100 1100 0 1011001 1011101 11110 11 1010111 100101

Color Harmonies of #B2140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2140C

Black with #B2140C

Text Example


Text Example

White with #B2140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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