Html Css Color HEX #BC2519 Fire Brick

📋 copy color: '#BC2519'

red 188 ◦ green 37 ◦ blue 25

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

Shades of Fire Brick #BC2519

Tints of Fire Brick #BC2519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 75.2%
G = 14.8%
B = 10%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2519 (or 0xBC2519) is known color: Fire Brick. HEX triplet: BC, 25 and 19. RGB value is (188,37,25). Sum of RGB (Red+Green+Blue) = 188+37+25=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2519 is #43DAE6. Grayscale: #505050. Windows color (decimal): -4446951 or 1648060. OLE color: 1648060.

HSL color Cylindrical-coordinate representation of color #BC2519: hue angle of 4.42º 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 #BC2519 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 25 -
CMYK 0 0.80 0.87 0.26
HSL 4.42º 0.77% 0.42% -
HSV(B) 4.42º 0.87% 0.74% -
XYZ 21.58 12.08 2.12 -
YUV 80.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 188 37 25 0 0.80 0.87 0.26 4.42 0.77 0.42
Hex BC 25 19 0 50 57 1A 4 4D 2A
Octal 274 45 31 0 120 127 32 4 115 52
Binary 10111100 100101 11001 0 1010000 1010111 11010 100 1001101 101010

Color Harmonies of #BC2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2519

Black with #BC2519

Text Example


Text Example

White with #BC2519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2519; }

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

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

background-color css

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

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

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

border-color css

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

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

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