Html Css Color HEX #B82E2D Fire Brick

📋 copy color: '#B82E2D'

red 184 ◦ green 46 ◦ blue 45

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

Shades of Fire Brick #B82E2D

Tints of Fire Brick #B82E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.73%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 66.91%
G = 16.73%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B82E2D (or 0xB82E2D) is known color: Fire Brick. HEX triplet: B8, 2E and 2D. RGB value is (184,46,45). Sum of RGB (Red+Green+Blue) = 184+46+45=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E2D is #47D1D2. Grayscale: #575757. Windows color (decimal): -4706771 or 2961080. OLE color: 2961080.

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

Color convert

RGB 184 46 45 -
CMYK 0 0.75 0.76 0.28
HSL 0.43º 0.61% 0.45% -
HSV(B) 0.43º 0.76% 0.72% -
XYZ 21.22 12.33 3.74 -
YUV 87.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 184 46 45 0 0.75 0.76 0.28 0.43 0.61 0.45
Hex B8 2E 2D 0 4B 4C 1C 0 3D 2D
Octal 270 56 55 0 113 114 34 0 75 55
Binary 10111000 101110 101101 0 1001011 1001100 11100 0 111101 101101

Color Harmonies of #B82E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E2D

Black with #B82E2D

Text Example


Text Example

White with #B82E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E2D; }

 p { color: rgb(184,46,45); }

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

background-color css

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

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

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

border-color css

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

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

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