Html Css Color HEX #B81E1E Fire Brick

📋 copy color: '#B81E1E'

red 184 ◦ green 30 ◦ blue 30

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

Shades of Fire Brick #B81E1E

Tints of Fire Brick #B81E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 75.41%
G = 12.3%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B81E1E (or 0xB81E1E) is known color: Fire Brick. HEX triplet: B8, 1E and 1E. RGB value is (184,30,30). Sum of RGB (Red+Green+Blue) = 184+30+30=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E1E is #47E1E1. Grayscale: #4C4C4C. Windows color (decimal): -4710882 or 1973944. OLE color: 1973944.

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

Color convert

RGB 184 30 30 -
CMYK 0 0.84 0.84 0.28
HSL 0.72% 0.42% -
HSV(B) 0.84% 0.72% -
XYZ 20.47 11.21 2.31 -
YUV 76.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 184 30 30 0 0.84 0.84 0.28 0 0.72 0.42
Hex B8 1E 1E 0 54 54 1C 0 48 2A
Octal 270 36 36 0 124 124 34 0 110 52
Binary 10111000 11110 11110 0 1010100 1010100 11100 0 1001000 101010

Color Harmonies of #B81E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E1E

Black with #B81E1E

Text Example


Text Example

White with #B81E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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