Html Css Color HEX #B81B1B Fire Brick

📋 copy color: '#B81B1B'

red 184 ◦ green 27 ◦ blue 27

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

Shades of Fire Brick #B81B1B

Tints of Fire Brick #B81B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

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

R = 77.31%
G = 11.34%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B81B1B (or 0xB81B1B) is known color: Fire Brick. HEX triplet: B8, 1B and 1B. RGB value is (184,27,27). Sum of RGB (Red+Green+Blue) = 184+27+27=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B1B is #47E4E4. Grayscale: #4A4A4A. Windows color (decimal): -4711653 or 1776568. OLE color: 1776568.

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

Color convert

RGB 184 27 27 -
CMYK 0 0.85 0.85 0.28
HSL 0.74% 0.41% -
HSV(B) 0.85% 0.72% -
XYZ 20.36 11.05 2.1 -
YUV 73.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 184 27 27 0 0.85 0.85 0.28 0 0.74 0.41
Hex B8 1B 1B 0 55 55 1C 0 4A 29
Octal 270 33 33 0 125 125 34 0 112 51
Binary 10111000 11011 11011 0 1010101 1010101 11100 0 1001010 101001

Color Harmonies of #B81B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B1B

Black with #B81B1B

Text Example


Text Example

White with #B81B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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