Html Css Color HEX #BC221C Fire Brick

📋 copy color: '#BC221C'

red 188 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #BC221C

Tints of Fire Brick #BC221C

RGB

 RED value IS 188 (73.83% from 255) = 75.2%

 GREEN value IS 34 (13.67% from 255) = 13.6%

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

R = 75.2%
G = 13.6%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC221C (or 0xBC221C) is known color: Fire Brick. HEX triplet: BC, 22 and 1C. RGB value is (188,34,28). Sum of RGB (Red+Green+Blue) = 188+34+28=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC221C is #43DDE3. Grayscale: #4F4F4F. Windows color (decimal): -4447716 or 1843900. OLE color: 1843900.

HSL color Cylindrical-coordinate representation of color #BC221C: hue angle of 2.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC221C is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 28 -
CMYK 0 0.82 0.85 0.26
HSL 2.25º 0.74% 0.42% -
HSV(B) 2.25º 0.85% 0.74% -
XYZ 21.52 11.92 2.26 -
YUV 79.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 188 34 28 0 0.82 0.85 0.26 2.25 0.74 0.42
Hex BC 22 1C 0 52 55 1A 2 4A 2A
Octal 274 42 34 0 122 125 32 2 112 52
Binary 10111100 100010 11100 0 1010010 1010101 11010 10 1001010 101010

Color Harmonies of #BC221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC221C

Black with #BC221C

Text Example


Text Example

White with #BC221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC221C; }

 p { color: rgb(188,34,28); }

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

background-color css

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

 a { background-color: rgb(188,34,28); }

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

border-color css

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

 span { border-color: rgb(188,34,28); }

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