Html Css Color HEX #B12717 Fire Brick

📋 copy color: '#B12717'

red 177 ◦ green 39 ◦ blue 23

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

Shades of Fire Brick #B12717

Tints of Fire Brick #B12717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 74.06%
G = 16.32%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B12717 (or 0xB12717) is known color: Fire Brick. HEX triplet: B1, 27 and 17. RGB value is (177,39,23). Sum of RGB (Red+Green+Blue) = 177+39+23=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12717 is #4ED8E8. Grayscale: #4E4E4E. Windows color (decimal): -5167337 or 1517489. OLE color: 1517489.

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

Color convert

RGB 177 39 23 -
CMYK 0 0.78 0.87 0.31
HSL 6.23º 0.77% 0.39% -
HSV(B) 6.23º 0.87% 0.69% -
XYZ 19.01 10.86 1.9 -
YUV 78.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 177 39 23 0 0.78 0.87 0.31 6.23 0.77 0.39
Hex B1 27 17 0 4E 57 1F 6 4D 27
Octal 261 47 27 0 116 127 37 6 115 47
Binary 10110001 100111 10111 0 1001110 1010111 11111 110 1001101 100111

Color Harmonies of #B12717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12717

Black with #B12717

Text Example


Text Example

White with #B12717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12717; }

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

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

background-color css

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

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

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

border-color css

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

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

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