Html Css Color HEX #B2201A Fire Brick

📋 copy color: '#B2201A'

red 178 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #B2201A

Tints of Fire Brick #B2201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 75.42%
G = 13.56%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2201A (or 0xB2201A) is known color: Fire Brick. HEX triplet: B2, 20 and 1A. RGB value is (178,32,26). Sum of RGB (Red+Green+Blue) = 178+32+26=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B2201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2201A is #4DDFE5. Grayscale: #4B4B4B. Windows color (decimal): -5103590 or 1712306. OLE color: 1712306.

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

Color convert

RGB 178 32 26 -
CMYK 0 0.82 0.85 0.30
HSL 2.37º 0.75% 0.4% -
HSV(B) 2.37º 0.85% 0.7% -
XYZ 19.06 10.57 2.01 -
YUV 74.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 178 32 26 0 0.82 0.85 0.30 2.37 0.75 0.4
Hex B2 20 1A 0 52 55 1E 2 4B 28
Octal 262 40 32 0 122 125 36 2 113 50
Binary 10110010 100000 11010 0 1010010 1010101 11110 10 1001011 101000

Color Harmonies of #B2201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2201A

Black with #B2201A

Text Example


Text Example

White with #B2201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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