Html Css Color HEX #B12719 Fire Brick

📋 copy color: '#B12719'

red 177 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #B12719

Tints of Fire Brick #B12719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

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

R = 73.44%
G = 16.18%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B12719 (or 0xB12719) is known color: Fire Brick. HEX triplet: B1, 27 and 19. RGB value is (177,39,25). Sum of RGB (Red+Green+Blue) = 177+39+25=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B12719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12719 is #4ED8E6. Grayscale: #4E4E4E. Windows color (decimal): -5167335 or 1648561. OLE color: 1648561.

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

Color convert

RGB 177 39 25 -
CMYK 0 0.78 0.86 0.31
HSL 5.53º 0.75% 0.4% -
HSV(B) 5.53º 0.86% 0.69% -
XYZ 19.03 10.87 2.01 -
YUV 78.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 177 39 25 0 0.78 0.86 0.31 5.53 0.75 0.4
Hex B1 27 19 0 4E 56 1F 6 4B 28
Octal 261 47 31 0 116 126 37 6 113 50
Binary 10110001 100111 11001 0 1001110 1010110 11111 110 1001011 101000

Color Harmonies of #B12719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12719

Black with #B12719

Text Example


Text Example

White with #B12719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12719; }

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

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

background-color css

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

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

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

border-color css

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

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

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