Html Css Color HEX #B2180B Fire Brick

📋 copy color: '#B2180B'

red 178 ◦ green 24 ◦ blue 11

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

Shades of Fire Brick #B2180B

Tints of Fire Brick #B2180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 83.57%
G = 11.27%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2180B (or 0xB2180B) is known color: Fire Brick. HEX triplet: B2, 18 and 0B. RGB value is (178,24,11). Sum of RGB (Red+Green+Blue) = 178+24+11=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B2180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2180B is #4DE7F4. Grayscale: #444444. Windows color (decimal): -5105653 or 727218. OLE color: 727218.

HSL color Cylindrical-coordinate representation of color #B2180B: hue angle of 4.67º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2180B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 11 -
CMYK 0 0.87 0.94 0.30
HSL 4.67º 0.88% 0.37% -
HSV(B) 4.67º 0.94% 0.7% -
XYZ 18.75 10.14 1.29 -
YUV 68.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 178 24 11 0 0.87 0.94 0.30 4.67 0.88 0.37
Hex B2 18 B 0 57 5E 1E 5 58 25
Octal 262 30 13 0 127 136 36 5 130 45
Binary 10110010 11000 1011 0 1010111 1011110 11110 101 1011000 100101

Color Harmonies of #B2180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2180B

Black with #B2180B

Text Example


Text Example

White with #B2180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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