Html Css Color HEX #B82322 Fire Brick

📋 copy color: '#B82322'

red 184 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #B82322

Tints of Fire Brick #B82322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 72.73%
G = 13.83%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B82322 (or 0xB82322) is known color: Fire Brick. HEX triplet: B8, 23 and 22. RGB value is (184,35,34). Sum of RGB (Red+Green+Blue) = 184+35+34=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B82322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82322 is #47DCDD. Grayscale: #4F4F4F. Windows color (decimal): -4709598 or 2237368. OLE color: 2237368.

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

Color convert

RGB 184 35 34 -
CMYK 0 0.81 0.82 0.28
HSL 0.4º 0.69% 0.43% -
HSV(B) 0.4º 0.82% 0.72% -
XYZ 20.66 11.51 2.65 -
YUV 79.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 184 35 34 0 0.81 0.82 0.28 0.4 0.69 0.43
Hex B8 23 22 0 51 52 1C 0 45 2B
Octal 270 43 42 0 121 122 34 0 105 53
Binary 10111000 100011 100010 0 1010001 1010010 11100 0 1000101 101011

Color Harmonies of #B82322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82322

Black with #B82322

Text Example


Text Example

White with #B82322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82322; }

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

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

background-color css

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

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

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

border-color css

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

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

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