#BC0530

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

Shades of Cardinal #BC0530

Tints of Cardinal #BC0530

Color information

#BC0530 (or 0xBC0530) is unknown color: approx Cardinal. HEX triplet: BC, 05 and 30. RGB value is (188,5,48). Sum of RGB (Red+Green+Blue) = 188+5+48=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0530 is #43FACF. Grayscale: #404040. Windows color (decimal): -4455120 or 3147196. OLE color: 3147196.

HSL color Cylindrical-coordinate representation of color #BC0530: hue angle of 345.9º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0530 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB188548-
CMYK00.970.740.26
HSL345.9º94.82%37.84%-
HSV(B)345.9º97.34%73.73%-
XYZ21.3311.013.8-
YUV64.62118.63216-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.01%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=78.01%
G=2.07%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18854800.970.740.26345.994.8237.84
HexBC5300614A1A15a5f26
Octal27456001411123253213746
Binary10111100101110000011000011001010110101010110101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0530; }

 p { color: rgb(188,5,48); }

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

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

 a { background-color: rgb(188,5,48); }

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

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

 span { border-color: rgb(188,5,48); }

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