Html Css Color HEX #B81D1B Fire Brick

📋 copy color: '#B81D1B'

red 184 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #B81D1B

Tints of Fire Brick #B81D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 76.67%
G = 12.08%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B81D1B (or 0xB81D1B) is known color: Fire Brick. HEX triplet: B8, 1D and 1B. RGB value is (184,29,27). Sum of RGB (Red+Green+Blue) = 184+29+27=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D1B is #47E2E4. Grayscale: #4B4B4B. Windows color (decimal): -4711141 or 1777080. OLE color: 1777080.

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

Color convert

RGB 184 29 27 -
CMYK 0 0.84 0.85 0.28
HSL 0.76º 0.74% 0.41% -
HSV(B) 0.76º 0.85% 0.72% -
XYZ 20.4 11.15 2.11 -
YUV 75.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 184 29 27 0 0.84 0.85 0.28 0.76 0.74 0.41
Hex B8 1D 1B 0 54 55 1C 1 4A 29
Octal 270 35 33 0 124 125 34 1 112 51
Binary 10111000 11101 11011 0 1010100 1010101 11100 1 1001010 101001

Color Harmonies of #B81D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D1B

Black with #B81D1B

Text Example


Text Example

White with #B81D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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