Html Css Color HEX #B22E20 Fire Brick

📋 copy color: '#B22E20'

red 178 ◦ green 46 ◦ blue 32

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

Shades of Fire Brick #B22E20

Tints of Fire Brick #B22E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 69.53%
G = 17.97%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22E20 (or 0xB22E20) is known color: Fire Brick. HEX triplet: B2, 2E and 20. RGB value is (178,46,32). Sum of RGB (Red+Green+Blue) = 178+46+32=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E20 is #4DD1DF. Grayscale: #545454. Windows color (decimal): -5100000 or 2109106. OLE color: 2109106.

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

Color convert

RGB 178 46 32 -
CMYK 0 0.74 0.82 0.30
HSL 5.75º 0.7% 0.41% -
HSV(B) 5.75º 0.82% 0.7% -
XYZ 19.6 11.52 2.56 -
YUV 83.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 178 46 32 0 0.74 0.82 0.30 5.75 0.7 0.41
Hex B2 2E 20 0 4A 52 1E 6 46 29
Octal 262 56 40 0 112 122 36 6 106 51
Binary 10110010 101110 100000 0 1001010 1010010 11110 110 1000110 101001

Color Harmonies of #B22E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E20

Black with #B22E20

Text Example


Text Example

White with #B22E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E20; }

 p { color: rgb(178,46,32); }

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

background-color css

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

 a { background-color: rgb(178,46,32); }

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

border-color css

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

 span { border-color: rgb(178,46,32); }

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