Html Css Color HEX #BC2019 Fire Brick

📋 copy color: '#BC2019'

red 188 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #BC2019

Tints of Fire Brick #BC2019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 76.73%
G = 13.06%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2019 (or 0xBC2019) is known color: Fire Brick. HEX triplet: BC, 20 and 19. RGB value is (188,32,25). Sum of RGB (Red+Green+Blue) = 188+32+25=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2019 is #43DFE6. Grayscale: #4E4E4E. Windows color (decimal): -4448231 or 1646780. OLE color: 1646780.

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

Color convert

RGB 188 32 25 -
CMYK 0 0.83 0.87 0.26
HSL 2.58º 0.77% 0.42% -
HSV(B) 2.58º 0.87% 0.74% -
XYZ 21.43 11.79 2.07 -
YUV 77.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 188 32 25 0 0.83 0.87 0.26 2.58 0.77 0.42
Hex BC 20 19 0 53 57 1A 3 4D 2A
Octal 274 40 31 0 123 127 32 3 115 52
Binary 10111100 100000 11001 0 1010011 1010111 11010 11 1001101 101010

Color Harmonies of #BC2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2019

Black with #BC2019

Text Example


Text Example

White with #BC2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2019; }

 p { color: rgb(188,32,25); }

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

background-color css

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

 a { background-color: rgb(188,32,25); }

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

border-color css

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

 span { border-color: rgb(188,32,25); }

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