Html Css Color HEX #B81C18 Fire Brick

📋 copy color: '#B81C18'

red 184 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #B81C18

Tints of Fire Brick #B81C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 77.97%
G = 11.86%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B81C18 (or 0xB81C18) is known color: Fire Brick. HEX triplet: B8, 1C and 18. RGB value is (184,28,24). Sum of RGB (Red+Green+Blue) = 184+28+24=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C18 is #47E3E7. Grayscale: #4A4A4A. Windows color (decimal): -4711400 or 1580216. OLE color: 1580216.

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

Color convert

RGB 184 28 24 -
CMYK 0 0.85 0.87 0.28
HSL 1.5º 0.77% 0.41% -
HSV(B) 1.5º 0.87% 0.72% -
XYZ 20.35 11.09 1.93 -
YUV 74.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 184 28 24 0 0.85 0.87 0.28 1.5 0.77 0.41
Hex B8 1C 18 0 55 57 1C 2 4D 29
Octal 270 34 30 0 125 127 34 2 115 51
Binary 10111000 11100 11000 0 1010101 1010111 11100 10 1001101 101001

Color Harmonies of #B81C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C18

Black with #B81C18

Text Example


Text Example

White with #B81C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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