Html Css Color HEX #B81A17 Fire Brick

📋 copy color: '#B81A17'

red 184 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #B81A17

Tints of Fire Brick #B81A17

RGB

 RED value IS 184 (72.27% from 255) = 78.97%

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 78.97%
G = 11.16%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B81A17 (or 0xB81A17) is known color: Fire Brick. HEX triplet: B8, 1A and 17. RGB value is (184,26,23). Sum of RGB (Red+Green+Blue) = 184+26+23=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A17 is #47E5E8. Grayscale: #494949. Windows color (decimal): -4711913 or 1514168. OLE color: 1514168.

HSL color Cylindrical-coordinate representation of color #B81A17: hue angle of 1.12º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81A17 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 26 23 -
CMYK 0 0.86 0.88 0.28
HSL 1.12º 0.78% 0.41% -
HSV(B) 1.12º 0.88% 0.72% -
XYZ 20.29 10.99 1.86 -
YUV 72.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 184 26 23 0 0.86 0.88 0.28 1.12 0.78 0.41
Hex B8 1A 17 0 56 58 1C 1 4E 29
Octal 270 32 27 0 126 130 34 1 116 51
Binary 10111000 11010 10111 0 1010110 1011000 11100 1 1001110 101001

Color Harmonies of #B81A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A17

Black with #B81A17

Text Example


Text Example

White with #B81A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A17; }

 p { color: rgb(184,26,23); }

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

background-color css

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

 a { background-color: rgb(184,26,23); }

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

border-color css

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

 span { border-color: rgb(184,26,23); }

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