Html Css Color HEX #B82019 Fire Brick

📋 copy color: '#B82019'

red 184 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #B82019

Tints of Fire Brick #B82019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 76.35%
G = 13.28%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B82019 (or 0xB82019) is known color: Fire Brick. HEX triplet: B8, 20 and 19. RGB value is (184,32,25). Sum of RGB (Red+Green+Blue) = 184+32+25=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B82019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82019 is #47DFE6. Grayscale: #4C4C4C. Windows color (decimal): -4710375 or 1646776. OLE color: 1646776.

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

Color convert

RGB 184 32 25 -
CMYK 0 0.83 0.86 0.28
HSL 2.64º 0.76% 0.41% -
HSV(B) 2.64º 0.86% 0.72% -
XYZ 20.46 11.29 2.02 -
YUV 76.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 184 32 25 0 0.83 0.86 0.28 2.64 0.76 0.41
Hex B8 20 19 0 53 56 1C 3 4C 29
Octal 270 40 31 0 123 126 34 3 114 51
Binary 10111000 100000 11001 0 1010011 1010110 11100 11 1001100 101001

Color Harmonies of #B82019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82019

Black with #B82019

Text Example


Text Example

White with #B82019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82019; }

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

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

background-color css

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

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

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

border-color css

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

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

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