Html Css Color HEX #B82214 Fire Brick

📋 copy color: '#B82214'

red 184 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #B82214

Tints of Fire Brick #B82214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 77.31%
G = 14.29%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B82214 (or 0xB82214) is known color: Fire Brick. HEX triplet: B8, 22 and 14. RGB value is (184,34,20). Sum of RGB (Red+Green+Blue) = 184+34+20=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B82214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82214 is #47DDEB. Grayscale: #4D4D4D. Windows color (decimal): -4709868 or 1319608. OLE color: 1319608.

HSL color Cylindrical-coordinate representation of color #B82214: hue angle of 5.12º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82214 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 20 -
CMYK 0 0.82 0.89 0.28
HSL 5.12º 0.8% 0.4% -
HSV(B) 5.12º 0.89% 0.72% -
XYZ 20.47 11.38 1.78 -
YUV 77.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 184 34 20 0 0.82 0.89 0.28 5.12 0.8 0.4
Hex B8 22 14 0 52 59 1C 5 50 28
Octal 270 42 24 0 122 131 34 5 120 50
Binary 10111000 100010 10100 0 1010010 1011001 11100 101 1010000 101000

Color Harmonies of #B82214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82214

Black with #B82214

Text Example


Text Example

White with #B82214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82214; }

 p { color: rgb(184,34,20); }

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

background-color css

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

 a { background-color: rgb(184,34,20); }

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

border-color css

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

 span { border-color: rgb(184,34,20); }

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