Html Css Color HEX #B12915 Fire Brick

📋 copy color: '#B12915'

red 177 ◦ green 41 ◦ blue 21

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

Shades of Fire Brick #B12915

Tints of Fire Brick #B12915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 74.06%
G = 17.15%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B12915 (or 0xB12915) is known color: Fire Brick. HEX triplet: B1, 29 and 15. RGB value is (177,41,21). Sum of RGB (Red+Green+Blue) = 177+41+21=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12915 is #4ED6EA. Grayscale: #4F4F4F. Windows color (decimal): -5166827 or 1386929. OLE color: 1386929.

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

Color convert

RGB 177 41 21 -
CMYK 0 0.77 0.88 0.31
HSL 7.69º 0.79% 0.39% -
HSV(B) 7.69º 0.88% 0.69% -
XYZ 19.06 10.99 1.83 -
YUV 79.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 177 41 21 0 0.77 0.88 0.31 7.69 0.79 0.39
Hex B1 29 15 0 4D 58 1F 8 4F 27
Octal 261 51 25 0 115 130 37 10 117 47
Binary 10110001 101001 10101 0 1001101 1011000 11111 1000 1001111 100111

Color Harmonies of #B12915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12915

Black with #B12915

Text Example


Text Example

White with #B12915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12915; }

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

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

background-color css

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

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

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

border-color css

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

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

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