Html Css Color HEX #B22A20 Fire Brick

📋 copy color: '#B22A20'

red 178 ◦ green 42 ◦ blue 32

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

Shades of Fire Brick #B22A20

Tints of Fire Brick #B22A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.67%

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

R = 70.63%
G = 16.67%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22A20 (or 0xB22A20) is known color: Fire Brick. HEX triplet: B2, 2A and 20. RGB value is (178,42,32). Sum of RGB (Red+Green+Blue) = 178+42+32=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A20 is #4DD5DF. Grayscale: #515151. Windows color (decimal): -5101024 or 2108082. OLE color: 2108082.

HSL color Cylindrical-coordinate representation of color #B22A20: hue angle of 4.11º 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 #B22A20 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 42 32 -
CMYK 0 0.76 0.82 0.30
HSL 4.11º 0.7% 0.41% -
HSV(B) 4.11º 0.82% 0.7% -
XYZ 19.45 11.23 2.51 -
YUV 81.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 178 42 32 0 0.76 0.82 0.30 4.11 0.7 0.41
Hex B2 2A 20 0 4C 52 1E 4 46 29
Octal 262 52 40 0 114 122 36 4 106 51
Binary 10110010 101010 100000 0 1001100 1010010 11110 100 1000110 101001

Color Harmonies of #B22A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22A20

Black with #B22A20

Text Example


Text Example

White with #B22A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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