Html Css Color HEX #B81E1D Fire Brick

📋 copy color: '#B81E1D'

red 184 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #B81E1D

Tints of Fire Brick #B81E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 75.72%
G = 12.35%
B = 11.93%

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

#B81E1D (or 0xB81E1D) is known color: Fire Brick. HEX triplet: B8, 1E and 1D. RGB value is (184,30,29). Sum of RGB (Red+Green+Blue) = 184+30+29=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E1D is #47E1E2. Grayscale: #4C4C4C. Windows color (decimal): -4710883 or 1908408. OLE color: 1908408.

HSL color Cylindrical-coordinate representation of color #B81E1D: hue angle of 0.39º degrees, saturation: 0.73, 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 #B81E1D is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 30 29 -
CMYK 0 0.84 0.84 0.28
HSL 0.39º 0.73% 0.42% -
HSV(B) 0.39º 0.84% 0.72% -
XYZ 20.45 11.21 2.25 -
YUV 75.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 184 30 29 0 0.84 0.84 0.28 0.39 0.73 0.42
Hex B8 1E 1D 0 54 54 1C 0 49 2A
Octal 270 36 35 0 124 124 34 0 111 52
Binary 10111000 11110 11101 0 1010100 1010100 11100 0 1001001 101010

Color Harmonies of #B81E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E1D

Black with #B81E1D

Text Example


Text Example

White with #B81E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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