Html Css Color HEX #B82E2E Fire Brick

📋 copy color: '#B82E2E'

red 184 ◦ green 46 ◦ blue 46

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

Shades of Fire Brick #B82E2E

Tints of Fire Brick #B82E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B82E2E (or 0xB82E2E) is known color: Fire Brick. HEX triplet: B8, 2E and 2E. RGB value is (184,46,46). Sum of RGB (Red+Green+Blue) = 184+46+46=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E2E is #47D1D1. Grayscale: #575757. Windows color (decimal): -4706770 or 3026616. OLE color: 3026616.

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

Color convert

RGB 184 46 46 -
CMYK 0 0.75 0.75 0.28
HSL 0.6% 0.45% -
HSV(B) 0.75% 0.72% -
XYZ 21.24 12.34 3.85 -
YUV 87.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 184 46 46 0 0.75 0.75 0.28 0 0.6 0.45
Hex B8 2E 2E 0 4B 4B 1C 0 3C 2D
Octal 270 56 56 0 113 113 34 0 74 55
Binary 10111000 101110 101110 0 1001011 1001011 11100 0 111100 101101

Color Harmonies of #B82E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E2E

Black with #B82E2E

Text Example


Text Example

White with #B82E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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