Html Css Color HEX #B81F17 Fire Brick

📋 copy color: '#B81F17'

red 184 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #B81F17

Tints of Fire Brick #B81F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

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

R = 77.31%
G = 13.03%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B81F17 (or 0xB81F17) is known color: Fire Brick. HEX triplet: B8, 1F and 17. RGB value is (184,31,23). Sum of RGB (Red+Green+Blue) = 184+31+23=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F17 is #47E0E8. Grayscale: #4C4C4C. Windows color (decimal): -4710633 or 1515448. OLE color: 1515448.

HSL color Cylindrical-coordinate representation of color #B81F17: hue angle of 2.98º 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 #B81F17 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 31 23 -
CMYK 0 0.83 0.88 0.28
HSL 2.98º 0.78% 0.41% -
HSV(B) 2.98º 0.88% 0.72% -
XYZ 20.41 11.23 1.9 -
YUV 75.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 184 31 23 0 0.83 0.88 0.28 2.98 0.78 0.41
Hex B8 1F 17 0 53 58 1C 3 4E 29
Octal 270 37 27 0 123 130 34 3 116 51
Binary 10111000 11111 10111 0 1010011 1011000 11100 11 1001110 101001

Color Harmonies of #B81F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F17

Black with #B81F17

Text Example


Text Example

White with #B81F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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