Html Css Color HEX #B22322 Fire Brick

📋 copy color: '#B22322'

red 178 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #B22322

Tints of Fire Brick #B22322

RGB

 RED value IS 178 (69.92% from 255) = 72.06%

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

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

R = 72.06%
G = 14.17%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B22322 (or 0xB22322) is known color: Fire Brick. HEX triplet: B2, 23 and 22. RGB value is (178,35,34). Sum of RGB (Red+Green+Blue) = 178+35+34=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B22322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22322 is #4DDCDD. Grayscale: #4D4D4D. Windows color (decimal): -5102814 or 2237362. OLE color: 2237362.

HSL color Cylindrical-coordinate representation of color #B22322: hue angle of 0.42º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22322 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 34 -
CMYK 0 0.80 0.81 0.30
HSL 0.42º 0.68% 0.42% -
HSV(B) 0.42º 0.81% 0.7% -
XYZ 19.25 10.78 2.58 -
YUV 77.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 178 35 34 0 0.80 0.81 0.30 0.42 0.68 0.42
Hex B2 23 22 0 50 51 1E 0 44 2A
Octal 262 43 42 0 120 121 36 0 104 52
Binary 10110010 100011 100010 0 1010000 1010001 11110 0 1000100 101010

Color Harmonies of #B22322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22322

Black with #B22322

Text Example


Text Example

White with #B22322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22322; }

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

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

background-color css

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

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

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

border-color css

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

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

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