Html Css Color HEX #B13119 Fire Brick

📋 copy color: '#B13119'

red 177 ◦ green 49 ◦ blue 25

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

Shades of Fire Brick #B13119

Tints of Fire Brick #B13119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 70.52%
G = 19.52%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B13119 (or 0xB13119) is known color: Fire Brick. HEX triplet: B1, 31 and 19. RGB value is (177,49,25). Sum of RGB (Red+Green+Blue) = 177+49+25=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B13119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13119 is #4ECEE6. Grayscale: #545454. Windows color (decimal): -5164775 or 1651121. OLE color: 1651121.

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

Color convert

RGB 177 49 25 -
CMYK 0 0.72 0.86 0.31
HSL 9.47º 0.75% 0.4% -
HSV(B) 9.47º 0.86% 0.69% -
XYZ 19.41 11.61 2.14 -
YUV 84.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 177 49 25 0 0.72 0.86 0.31 9.47 0.75 0.4
Hex B1 31 19 0 48 56 1F 9 4B 28
Octal 261 61 31 0 110 126 37 11 113 50
Binary 10110001 110001 11001 0 1001000 1010110 11111 1001 1001011 101000

Color Harmonies of #B13119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13119

Black with #B13119

Text Example


Text Example

White with #B13119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13119; }

 p { color: rgb(177,49,25); }

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

background-color css

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

 a { background-color: rgb(177,49,25); }

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

border-color css

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

 span { border-color: rgb(177,49,25); }

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