Html Css Color HEX #B1150D Fire Brick

📋 copy color: '#B1150D'

red 177 ◦ green 21 ◦ blue 13

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

Shades of Fire Brick #B1150D

Tints of Fire Brick #B1150D

RGB

 RED value IS 177 (69.53% from 255) = 83.89%

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 83.89%
G = 9.95%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1150D (or 0xB1150D) is known color: Fire Brick. HEX triplet: B1, 15 and 0D. RGB value is (177,21,13). Sum of RGB (Red+Green+Blue) = 177+21+13=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B1150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1150D is #4EEAF2. Grayscale: #424242. Windows color (decimal): -5171955 or 857521. OLE color: 857521.

HSL color Cylindrical-coordinate representation of color #B1150D: hue angle of 2.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1150D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 13 -
CMYK 0 0.88 0.93 0.31
HSL 2.93º 0.86% 0.37% -
HSV(B) 2.93º 0.93% 0.69% -
XYZ 18.47 9.91 1.32 -
YUV 66.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 177 21 13 0 0.88 0.93 0.31 2.93 0.86 0.37
Hex B1 15 D 0 58 5D 1F 3 56 25
Octal 261 25 15 0 130 135 37 3 126 45
Binary 10110001 10101 1101 0 1011000 1011101 11111 11 1010110 100101

Color Harmonies of #B1150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1150D

Black with #B1150D

Text Example


Text Example

White with #B1150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1150D; }

 p { color: rgb(177,21,13); }

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

background-color css

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

 a { background-color: rgb(177,21,13); }

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

border-color css

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

 span { border-color: rgb(177,21,13); }

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