Html Css Color HEX #B82419 Fire Brick

📋 copy color: '#B82419'

red 184 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #B82419

Tints of Fire Brick #B82419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 75.1%
G = 14.69%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B82419 (or 0xB82419) is known color: Fire Brick. HEX triplet: B8, 24 and 19. RGB value is (184,36,25). Sum of RGB (Red+Green+Blue) = 184+36+25=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82419 is #47DBE6. Grayscale: #4F4F4F. Windows color (decimal): -4709351 or 1647800. OLE color: 1647800.

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

Color convert

RGB 184 36 25 -
CMYK 0 0.80 0.86 0.28
HSL 4.15º 0.76% 0.41% -
HSV(B) 4.15º 0.86% 0.72% -
XYZ 20.57 11.52 2.06 -
YUV 79 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 184 36 25 0 0.80 0.86 0.28 4.15 0.76 0.41
Hex B8 24 19 0 50 56 1C 4 4C 29
Octal 270 44 31 0 120 126 34 4 114 51
Binary 10111000 100100 11001 0 1010000 1010110 11100 100 1001100 101001

Color Harmonies of #B82419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82419

Black with #B82419

Text Example


Text Example

White with #B82419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82419; }

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

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

background-color css

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

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

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

border-color css

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

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

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