Html Css Color HEX #B2180C Fire Brick

📋 copy color: '#B2180C'

red 178 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #B2180C

Tints of Fire Brick #B2180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 83.18%
G = 11.21%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2180C (or 0xB2180C) is known color: Fire Brick. HEX triplet: B2, 18 and 0C. RGB value is (178,24,12). Sum of RGB (Red+Green+Blue) = 178+24+12=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B2180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2180C is #4DE7F3. Grayscale: #444444. Windows color (decimal): -5105652 or 792754. OLE color: 792754.

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

Color convert

RGB 178 24 12 -
CMYK 0 0.87 0.93 0.30
HSL 4.34º 0.87% 0.37% -
HSV(B) 4.34º 0.93% 0.7% -
XYZ 18.75 10.14 1.32 -
YUV 68.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 178 24 12 0 0.87 0.93 0.30 4.34 0.87 0.37
Hex B2 18 C 0 57 5D 1E 4 57 25
Octal 262 30 14 0 127 135 36 4 127 45
Binary 10110010 11000 1100 0 1010111 1011101 11110 100 1010111 100101

Color Harmonies of #B2180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2180C

Black with #B2180C

Text Example


Text Example

White with #B2180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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