Html Css Color HEX #B12919 Fire Brick

📋 copy color: '#B12919'

red 177 ◦ green 41 ◦ blue 25

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

Shades of Fire Brick #B12919

Tints of Fire Brick #B12919

RGB

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

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

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

R = 72.84%
G = 16.87%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B12919 (or 0xB12919) is known color: Fire Brick. HEX triplet: B1, 29 and 19. RGB value is (177,41,25). Sum of RGB (Red+Green+Blue) = 177+41+25=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B12919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12919 is #4ED6E6. Grayscale: #505050. Windows color (decimal): -5166823 or 1649073. OLE color: 1649073.

HSL color Cylindrical-coordinate representation of color #B12919: hue angle of 6.32º 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 #B12919 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 25 -
CMYK 0 0.77 0.86 0.31
HSL 6.32º 0.75% 0.4% -
HSV(B) 6.32º 0.86% 0.69% -
XYZ 19.1 11 2.04 -
YUV 79.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 177 41 25 0 0.77 0.86 0.31 6.32 0.75 0.4
Hex B1 29 19 0 4D 56 1F 6 4B 28
Octal 261 51 31 0 115 126 37 6 113 50
Binary 10110001 101001 11001 0 1001101 1010110 11111 110 1001011 101000

Color Harmonies of #B12919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12919

Black with #B12919

Text Example


Text Example

White with #B12919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12919; }

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

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

background-color css

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

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

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

border-color css

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

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

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