Html Css Color HEX #B82B1D Fire Brick

📋 copy color: '#B82B1D'

red 184 ◦ green 43 ◦ blue 29

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

Shades of Fire Brick #B82B1D

Tints of Fire Brick #B82B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

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

R = 71.88%
G = 16.8%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B82B1D (or 0xB82B1D) is known color: Fire Brick. HEX triplet: B8, 2B and 1D. RGB value is (184,43,29). Sum of RGB (Red+Green+Blue) = 184+43+29=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B1D is #47D4E2. Grayscale: #535353. Windows color (decimal): -4707555 or 1911736. OLE color: 1911736.

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

Color convert

RGB 184 43 29 -
CMYK 0 0.77 0.84 0.28
HSL 5.42º 0.73% 0.42% -
HSV(B) 5.42º 0.84% 0.72% -
XYZ 20.85 12.01 2.38 -
YUV 83.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 184 43 29 0 0.77 0.84 0.28 5.42 0.73 0.42
Hex B8 2B 1D 0 4D 54 1C 5 49 2A
Octal 270 53 35 0 115 124 34 5 111 52
Binary 10111000 101011 11101 0 1001101 1010100 11100 101 1001001 101010

Color Harmonies of #B82B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B1D

Black with #B82B1D

Text Example


Text Example

White with #B82B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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