Html Css Color HEX #B82719 Fire Brick

📋 copy color: '#B82719'

red 184 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #B82719

Tints of Fire Brick #B82719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 74.19%
G = 15.73%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B82719 (or 0xB82719) is known color: Fire Brick. HEX triplet: B8, 27 and 19. RGB value is (184,39,25). Sum of RGB (Red+Green+Blue) = 184+39+25=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B82719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82719 is #47D8E6. Grayscale: #505050. Windows color (decimal): -4708583 or 1648568. OLE color: 1648568.

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

Color convert

RGB 184 39 25 -
CMYK 0 0.79 0.86 0.28
HSL 5.28º 0.76% 0.41% -
HSV(B) 5.28º 0.86% 0.72% -
XYZ 20.67 11.71 2.09 -
YUV 80.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 184 39 25 0 0.79 0.86 0.28 5.28 0.76 0.41
Hex B8 27 19 0 4F 56 1C 5 4C 29
Octal 270 47 31 0 117 126 34 5 114 51
Binary 10111000 100111 11001 0 1001111 1010110 11100 101 1001100 101001

Color Harmonies of #B82719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82719

Black with #B82719

Text Example


Text Example

White with #B82719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82719; }

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

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

background-color css

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

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

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

border-color css

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

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

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