Html Css Color HEX #B2140D Fire Brick

📋 copy color: '#B2140D'

red 178 ◦ green 20 ◦ blue 13

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

Shades of Fire Brick #B2140D

Tints of Fire Brick #B2140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 84.36%
G = 9.48%
B = 6.16%

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

#B2140D (or 0xB2140D) is known color: Fire Brick. HEX triplet: B2, 14 and 0D. RGB value is (178,20,13). Sum of RGB (Red+Green+Blue) = 178+20+13=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2140D is #4DEBF2. Grayscale: #424242. Windows color (decimal): -5106675 or 857266. OLE color: 857266.

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

Color convert

RGB 178 20 13 -
CMYK 0 0.89 0.93 0.30
HSL 2.55º 0.86% 0.37% -
HSV(B) 2.55º 0.93% 0.7% -
XYZ 18.68 9.99 1.33 -
YUV 66.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 178 20 13 0 0.89 0.93 0.30 2.55 0.86 0.37
Hex B2 14 D 0 59 5D 1E 3 56 25
Octal 262 24 15 0 131 135 36 3 126 45
Binary 10110010 10100 1101 0 1011001 1011101 11110 11 1010110 100101

Color Harmonies of #B2140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2140D

Black with #B2140D

Text Example


Text Example

White with #B2140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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