Html Css Color HEX #B22820 Fire Brick

📋 copy color: '#B22820'

red 178 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #B22820

Tints of Fire Brick #B22820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

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

R = 71.2%
G = 16%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22820 (or 0xB22820) is known color: Fire Brick. HEX triplet: B2, 28 and 20. RGB value is (178,40,32). Sum of RGB (Red+Green+Blue) = 178+40+32=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22820 is #4DD7DF. Grayscale: #505050. Windows color (decimal): -5101536 or 2107570. OLE color: 2107570.

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

Color convert

RGB 178 40 32 -
CMYK 0 0.78 0.82 0.30
HSL 3.29º 0.7% 0.41% -
HSV(B) 3.29º 0.82% 0.7% -
XYZ 19.38 11.09 2.49 -
YUV 80.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 178 40 32 0 0.78 0.82 0.30 3.29 0.7 0.41
Hex B2 28 20 0 4E 52 1E 3 46 29
Octal 262 50 40 0 116 122 36 3 106 51
Binary 10110010 101000 100000 0 1001110 1010010 11110 11 1000110 101001

Color Harmonies of #B22820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22820

Black with #B22820

Text Example


Text Example

White with #B22820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22820; }

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

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

background-color css

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

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

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

border-color css

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

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

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