Html Css Color HEX #B22620 Fire Brick

📋 copy color: '#B22620'

red 178 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #B22620

Tints of Fire Brick #B22620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 71.77%
G = 15.32%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22620 (or 0xB22620) is known color: Fire Brick. HEX triplet: B2, 26 and 20. RGB value is (178,38,32). Sum of RGB (Red+Green+Blue) = 178+38+32=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B22620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22620 is #4DD9DF. Grayscale: #4F4F4F. Windows color (decimal): -5102048 or 2107058. OLE color: 2107058.

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

Color convert

RGB 178 38 32 -
CMYK 0 0.79 0.82 0.30
HSL 2.47º 0.7% 0.41% -
HSV(B) 2.47º 0.82% 0.7% -
XYZ 19.31 10.96 2.46 -
YUV 79.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 178 38 32 0 0.79 0.82 0.30 2.47 0.7 0.41
Hex B2 26 20 0 4F 52 1E 2 46 29
Octal 262 46 40 0 117 122 36 2 106 51
Binary 10110010 100110 100000 0 1001111 1010010 11110 10 1000110 101001

Color Harmonies of #B22620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22620

Black with #B22620

Text Example


Text Example

White with #B22620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22620; }

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

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

background-color css

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

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

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

border-color css

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

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

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