Html Css Color HEX #B82E2A Fire Brick

📋 copy color: '#B82E2A'

red 184 ◦ green 46 ◦ blue 42

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

Shades of Fire Brick #B82E2A

Tints of Fire Brick #B82E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 67.65%
G = 16.91%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B82E2A (or 0xB82E2A) is known color: Fire Brick. HEX triplet: B8, 2E and 2A. RGB value is (184,46,42). Sum of RGB (Red+Green+Blue) = 184+46+42=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E2A is #47D1D5. Grayscale: #565656. Windows color (decimal): -4706774 or 2764472. OLE color: 2764472.

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

Color convert

RGB 184 46 42 -
CMYK 0 0.75 0.77 0.28
HSL 1.69º 0.63% 0.44% -
HSV(B) 1.69º 0.77% 0.72% -
XYZ 21.16 12.31 3.45 -
YUV 86.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 184 46 42 0 0.75 0.77 0.28 1.69 0.63 0.44
Hex B8 2E 2A 0 4B 4D 1C 2 3F 2C
Octal 270 56 52 0 113 115 34 2 77 54
Binary 10111000 101110 101010 0 1001011 1001101 11100 10 111111 101100

Color Harmonies of #B82E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E2A

Black with #B82E2A

Text Example


Text Example

White with #B82E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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