Html Css Color HEX #BC2619 Fire Brick

📋 copy color: '#BC2619'

red 188 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #BC2619

Tints of Fire Brick #BC2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 74.9%
G = 15.14%
B = 9.96%

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

#BC2619 (or 0xBC2619) is known color: Fire Brick. HEX triplet: BC, 26 and 19. RGB value is (188,38,25). Sum of RGB (Red+Green+Blue) = 188+38+25=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2619 is #43D9E6. Grayscale: #515151. Windows color (decimal): -4446695 or 1648316. OLE color: 1648316.

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

Color convert

RGB 188 38 25 -
CMYK 0 0.80 0.87 0.26
HSL 4.79º 0.77% 0.42% -
HSV(B) 4.79º 0.87% 0.74% -
XYZ 21.61 12.15 2.13 -
YUV 81.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 188 38 25 0 0.80 0.87 0.26 4.79 0.77 0.42
Hex BC 26 19 0 50 57 1A 5 4D 2A
Octal 274 46 31 0 120 127 32 5 115 52
Binary 10111100 100110 11001 0 1010000 1010111 11010 101 1001101 101010

Color Harmonies of #BC2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2619

Black with #BC2619

Text Example


Text Example

White with #BC2619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2619; }

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

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

background-color css

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

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

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

border-color css

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

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

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