Html Css Color HEX #BC2719 Fire Brick

📋 copy color: '#BC2719'

red 188 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #BC2719

Tints of Fire Brick #BC2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 74.6%
G = 15.48%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC2719 (or 0xBC2719) is known color: Fire Brick. HEX triplet: BC, 27 and 19. RGB value is (188,39,25). Sum of RGB (Red+Green+Blue) = 188+39+25=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2719 is #43D8E6. Grayscale: #525252. Windows color (decimal): -4446439 or 1648572. OLE color: 1648572.

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

Color convert

RGB 188 39 25 -
CMYK 0 0.79 0.87 0.26
HSL 5.15º 0.77% 0.42% -
HSV(B) 5.15º 0.87% 0.74% -
XYZ 21.64 12.21 2.14 -
YUV 81.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 188 39 25 0 0.79 0.87 0.26 5.15 0.77 0.42
Hex BC 27 19 0 4F 57 1A 5 4D 2A
Octal 274 47 31 0 117 127 32 5 115 52
Binary 10111100 100111 11001 0 1001111 1010111 11010 101 1001101 101010

Color Harmonies of #BC2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2719

Black with #BC2719

Text Example


Text Example

White with #BC2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2719; }

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

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

background-color css

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

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

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

border-color css

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

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

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