Html Css Color HEX #B2201C Fire Brick

📋 copy color: '#B2201C'

red 178 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #B2201C

Tints of Fire Brick #B2201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 74.79%
G = 13.45%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2201C (or 0xB2201C) is known color: Fire Brick. HEX triplet: B2, 20 and 1C. RGB value is (178,32,28). Sum of RGB (Red+Green+Blue) = 178+32+28=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B2201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2201C is #4DDFE3. Grayscale: #4B4B4B. Windows color (decimal): -5103588 or 1843378. OLE color: 1843378.

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

Color convert

RGB 178 32 28 -
CMYK 0 0.82 0.84 0.30
HSL 1.6º 0.73% 0.4% -
HSV(B) 1.6º 0.84% 0.7% -
XYZ 19.09 10.58 2.14 -
YUV 75.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 178 32 28 0 0.82 0.84 0.30 1.6 0.73 0.4
Hex B2 20 1C 0 52 54 1E 2 49 28
Octal 262 40 34 0 122 124 36 2 111 50
Binary 10110010 100000 11100 0 1010010 1010100 11110 10 1001001 101000

Color Harmonies of #B2201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2201C

Black with #B2201C

Text Example


Text Example

White with #B2201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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