Html Css Color HEX #B82A1A Fire Brick

📋 copy color: '#B82A1A'

red 184 ◦ green 42 ◦ blue 26

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

Shades of Fire Brick #B82A1A

Tints of Fire Brick #B82A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.67%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 73.02%
G = 16.67%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B82A1A (or 0xB82A1A) is known color: Fire Brick. HEX triplet: B8, 2A and 1A. RGB value is (184,42,26). Sum of RGB (Red+Green+Blue) = 184+42+26=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A1A is #47D5E5. Grayscale: #525252. Windows color (decimal): -4707814 or 1714872. OLE color: 1714872.

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

Color convert

RGB 184 42 26 -
CMYK 0 0.77 0.86 0.28
HSL 6.08º 0.75% 0.41% -
HSV(B) 6.08º 0.86% 0.72% -
XYZ 20.78 11.92 2.18 -
YUV 82.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 184 42 26 0 0.77 0.86 0.28 6.08 0.75 0.41
Hex B8 2A 1A 0 4D 56 1C 6 4B 29
Octal 270 52 32 0 115 126 34 6 113 51
Binary 10111000 101010 11010 0 1001101 1010110 11100 110 1001011 101001

Color Harmonies of #B82A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82A1A

Black with #B82A1A

Text Example


Text Example

White with #B82A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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