Html Css Color HEX #B12713 Fire Brick

📋 copy color: '#B12713'

red 177 ◦ green 39 ◦ blue 19

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

Shades of Fire Brick #B12713

Tints of Fire Brick #B12713

RGB

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

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

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

R = 75.32%
G = 16.6%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B12713 (or 0xB12713) is known color: Fire Brick. HEX triplet: B1, 27 and 13. RGB value is (177,39,19). Sum of RGB (Red+Green+Blue) = 177+39+19=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B12713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12713 is #4ED8EC. Grayscale: #4E4E4E. Windows color (decimal): -5167341 or 1255345. OLE color: 1255345.

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

Color convert

RGB 177 39 19 -
CMYK 0 0.78 0.89 0.31
HSL 7.59º 0.81% 0.38% -
HSV(B) 7.59º 0.89% 0.69% -
XYZ 18.97 10.85 1.71 -
YUV 77.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 177 39 19 0 0.78 0.89 0.31 7.59 0.81 0.38
Hex B1 27 13 0 4E 59 1F 8 51 26
Octal 261 47 23 0 116 131 37 10 121 46
Binary 10110001 100111 10011 0 1001110 1011001 11111 1000 1010001 100110

Color Harmonies of #B12713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12713

Black with #B12713

Text Example


Text Example

White with #B12713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12713; }

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

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

background-color css

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

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

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

border-color css

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

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

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