Html Css Color HEX #B22020 Fire Brick

📋 copy color: '#B22020'

red 178 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #B22020

Tints of Fire Brick #B22020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

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

R = 73.55%
G = 13.22%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22020 (or 0xB22020) is known color: Fire Brick. HEX triplet: B2, 20 and 20. RGB value is (178,32,32). Sum of RGB (Red+Green+Blue) = 178+32+32=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B22020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22020 is #4DDFDF. Grayscale: #4B4B4B. Windows color (decimal): -5103584 or 2105522. OLE color: 2105522.

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

Color convert

RGB 178 32 32 -
CMYK 0 0.82 0.82 0.30
HSL 0.7% 0.41% -
HSV(B) 0.82% 0.7% -
XYZ 19.14 10.6 2.4 -
YUV 75.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 178 32 32 0 0.82 0.82 0.30 0 0.7 0.41
Hex B2 20 20 0 52 52 1E 0 46 29
Octal 262 40 40 0 122 122 36 0 106 51
Binary 10110010 100000 100000 0 1010010 1010010 11110 0 1000110 101001

Color Harmonies of #B22020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22020

Black with #B22020

Text Example


Text Example

White with #B22020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22020; }

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

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

background-color css

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

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

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

border-color css

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

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

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