Html Css Color HEX #B82813 Fire Brick

📋 copy color: '#B82813'

red 184 ◦ green 40 ◦ blue 19

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

Shades of Fire Brick #B82813

Tints of Fire Brick #B82813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 75.72%
G = 16.46%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82813 (or 0xB82813) is known color: Fire Brick. HEX triplet: B8, 28 and 13. RGB value is (184,40,19). Sum of RGB (Red+Green+Blue) = 184+40+19=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B82813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82813 is #47D7EC. Grayscale: #505050. Windows color (decimal): -4708333 or 1255608. OLE color: 1255608.

HSL color Cylindrical-coordinate representation of color #B82813: hue angle of 7.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B82813 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 19 -
CMYK 0 0.78 0.90 0.28
HSL 7.64º 0.81% 0.4% -
HSV(B) 7.64º 0.9% 0.72% -
XYZ 20.64 11.75 1.8 -
YUV 80.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 184 40 19 0 0.78 0.90 0.28 7.64 0.81 0.4
Hex B8 28 13 0 4E 5A 1C 8 51 28
Octal 270 50 23 0 116 132 34 10 121 50
Binary 10111000 101000 10011 0 1001110 1011010 11100 1000 1010001 101000

Color Harmonies of #B82813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82813

Black with #B82813

Text Example


Text Example

White with #B82813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82813; }

 p { color: rgb(184,40,19); }

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

background-color css

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

 a { background-color: rgb(184,40,19); }

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

border-color css

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

 span { border-color: rgb(184,40,19); }

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