Html Css Color HEX #B12913 Fire Brick

📋 copy color: '#B12913'

red 177 ◦ green 41 ◦ blue 19

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

Shades of Fire Brick #B12913

Tints of Fire Brick #B12913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 74.68%
G = 17.3%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B12913 (or 0xB12913) is known color: Fire Brick. HEX triplet: B1, 29 and 13. RGB value is (177,41,19). Sum of RGB (Red+Green+Blue) = 177+41+19=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B12913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12913 is #4ED6EC. Grayscale: #4F4F4F. Windows color (decimal): -5166829 or 1255857. OLE color: 1255857.

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

Color convert

RGB 177 41 19 -
CMYK 0 0.77 0.89 0.31
HSL 8.35º 0.81% 0.38% -
HSV(B) 8.35º 0.89% 0.69% -
XYZ 19.04 10.98 1.73 -
YUV 79.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 177 41 19 0 0.77 0.89 0.31 8.35 0.81 0.38
Hex B1 29 13 0 4D 59 1F 8 51 26
Octal 261 51 23 0 115 131 37 10 121 46
Binary 10110001 101001 10011 0 1001101 1011001 11111 1000 1010001 100110

Color Harmonies of #B12913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12913

Black with #B12913

Text Example


Text Example

White with #B12913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12913; }

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

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

background-color css

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

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

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

border-color css

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

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

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