Html Css Color HEX #B12617 Fire Brick

📋 copy color: '#B12617'

red 177 ◦ green 38 ◦ blue 23

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

Shades of Fire Brick #B12617

Tints of Fire Brick #B12617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 74.37%
G = 15.97%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B12617 (or 0xB12617) is known color: Fire Brick. HEX triplet: B1, 26 and 17. RGB value is (177,38,23). Sum of RGB (Red+Green+Blue) = 177+38+23=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B12617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12617 is #4ED9E8. Grayscale: #4E4E4E. Windows color (decimal): -5167593 or 1517233. OLE color: 1517233.

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

Color convert

RGB 177 38 23 -
CMYK 0 0.79 0.87 0.31
HSL 5.84º 0.77% 0.39% -
HSV(B) 5.84º 0.87% 0.69% -
XYZ 18.98 10.8 1.89 -
YUV 77.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 177 38 23 0 0.79 0.87 0.31 5.84 0.77 0.39
Hex B1 26 17 0 4F 57 1F 6 4D 27
Octal 261 46 27 0 117 127 37 6 115 47
Binary 10110001 100110 10111 0 1001111 1010111 11111 110 1001101 100111

Color Harmonies of #B12617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12617

Black with #B12617

Text Example


Text Example

White with #B12617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12617; }

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

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

background-color css

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

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

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

border-color css

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

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

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