Html Css Color HEX #B82C19 Fire Brick

📋 copy color: '#B82C19'

red 184 ◦ green 44 ◦ blue 25

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

Shades of Fire Brick #B82C19

Tints of Fire Brick #B82C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 72.73%
G = 17.39%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B82C19 (or 0xB82C19) is known color: Fire Brick. HEX triplet: B8, 2C and 19. RGB value is (184,44,25). Sum of RGB (Red+Green+Blue) = 184+44+25=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C19 is #47D3E6. Grayscale: #535353. Windows color (decimal): -4707303 or 1649848. OLE color: 1649848.

HSL color Cylindrical-coordinate representation of color #B82C19: hue angle of 7.17º degrees, saturation: 0.76, 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 #B82C19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 44 25 -
CMYK 0 0.76 0.86 0.28
HSL 7.17º 0.76% 0.41% -
HSV(B) 7.17º 0.86% 0.72% -
XYZ 20.84 12.06 2.15 -
YUV 83.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 184 44 25 0 0.76 0.86 0.28 7.17 0.76 0.41
Hex B8 2C 19 0 4C 56 1C 7 4C 29
Octal 270 54 31 0 114 126 34 7 114 51
Binary 10111000 101100 11001 0 1001100 1010110 11100 111 1001100 101001

Color Harmonies of #B82C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C19

Black with #B82C19

Text Example


Text Example

White with #B82C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C19; }

 p { color: rgb(184,44,25); }

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

background-color css

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

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

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

border-color css

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

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

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