Html Css Color HEX #B81D1D Fire Brick

📋 copy color: '#B81D1D'

red 184 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #B81D1D

Tints of Fire Brick #B81D1D

RGB

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

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

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

R = 76.03%
G = 11.98%
B = 11.98%

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

#B81D1D (or 0xB81D1D) is known color: Fire Brick. HEX triplet: B8, 1D and 1D. RGB value is (184,29,29). Sum of RGB (Red+Green+Blue) = 184+29+29=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D1D is #47E2E2. Grayscale: #4B4B4B. Windows color (decimal): -4711139 or 1908152. OLE color: 1908152.

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

Color convert

RGB 184 29 29 -
CMYK 0 0.84 0.84 0.28
HSL 0.73% 0.42% -
HSV(B) 0.84% 0.72% -
XYZ 20.43 11.16 2.24 -
YUV 75.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 184 29 29 0 0.84 0.84 0.28 0 0.73 0.42
Hex B8 1D 1D 0 54 54 1C 0 49 2A
Octal 270 35 35 0 124 124 34 0 111 52
Binary 10111000 11101 11101 0 1010100 1010100 11100 0 1001001 101010

Color Harmonies of #B81D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D1D

Black with #B81D1D

Text Example


Text Example

White with #B81D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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