Html Css Color HEX #B81C19 Fire Brick

📋 copy color: '#B81C19'

red 184 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #B81C19

Tints of Fire Brick #B81C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 77.64%
G = 11.81%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B81C19 (or 0xB81C19) is known color: Fire Brick. HEX triplet: B8, 1C and 19. RGB value is (184,28,25). Sum of RGB (Red+Green+Blue) = 184+28+25=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C19 is #47E3E6. Grayscale: #4A4A4A. Windows color (decimal): -4711399 or 1645752. OLE color: 1645752.

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

Color convert

RGB 184 28 25 -
CMYK 0 0.85 0.86 0.28
HSL 1.13º 0.76% 0.41% -
HSV(B) 1.13º 0.86% 0.72% -
XYZ 20.36 11.09 1.99 -
YUV 74.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 184 28 25 0 0.85 0.86 0.28 1.13 0.76 0.41
Hex B8 1C 19 0 55 56 1C 1 4C 29
Octal 270 34 31 0 125 126 34 1 114 51
Binary 10111000 11100 11001 0 1010101 1010110 11100 1 1001100 101001

Color Harmonies of #B81C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C19

Black with #B81C19

Text Example


Text Example

White with #B81C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C19; }

 p { color: rgb(184,28,25); }

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

background-color css

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

 a { background-color: rgb(184,28,25); }

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

border-color css

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

 span { border-color: rgb(184,28,25); }

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