#BC5025

Color #BC5025 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #BC5025

Tints of Red Stage #BC5025

Color information

#BC5025 (or 0xBC5025) is unknown color: approx Red Stage. HEX triplet: BC, 50 and 25. RGB value is (188,80,37). Sum of RGB (Red+Green+Blue) = 188+80+37=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5025 is #43AFDA. Grayscale: #6B6B6B. Windows color (decimal): -4435931 or 2445500. OLE color: 2445500.

HSL color Cylindrical-coordinate representation of color #BC5025: hue angle of 17.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5025 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1888037-
CMYK00.570.800.26
HSL17.09º67.11%44.12%-
HSV(B)17.09º80.32%73.73%-
XYZ23.9416.563.69-
YUV107.3988.28185.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.64%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=61.64%
G=26.23%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188803700.570.800.2617.0967.1144.12
HexBC5025039501A11432c
Octal27412045071120322110354
Binary1011110010100001001010111001101000011010100011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5025; }

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

 H1.HeaderClassName
 {
   color: #BC5025;
 }
 .AnyTagClassName
 {
   color: #BC5025;
 }
</style>
background-color css

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

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

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

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

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

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