Html Css Color HEX #B81414 Fire Brick

📋 copy color: '#B81414'

red 184 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #B81414

Tints of Fire Brick #B81414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 82.14%
G = 8.93%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B81414 (or 0xB81414) is known color: Fire Brick. HEX triplet: B8, 14 and 14. RGB value is (184,20,20). Sum of RGB (Red+Green+Blue) = 184+20+20=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81414 is #47EBEB. Grayscale: #454545. Windows color (decimal): -4713452 or 1316024. OLE color: 1316024.

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

Color convert

RGB 184 20 20 -
CMYK 0 0.89 0.89 0.28
HSL 0.8% 0.4% -
HSV(B) 0.89% 0.72% -
XYZ 20.14 10.74 1.67 -
YUV 69.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 184 20 20 0 0.89 0.89 0.28 0 0.8 0.4
Hex B8 14 14 0 59 59 1C 0 50 28
Octal 270 24 24 0 131 131 34 0 120 50
Binary 10111000 10100 10100 0 1011001 1011001 11100 0 1010000 101000

Color Harmonies of #B81414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81414

Black with #B81414

Text Example


Text Example

White with #B81414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81414; }

 p { color: rgb(184,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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