#BC0130

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

Shades of Cardinal #BC0130

Tints of Cardinal #BC0130

Color information

#BC0130 (or 0xBC0130) is unknown color: approx Cardinal. HEX triplet: BC, 01 and 30. RGB value is (188,1,48). Sum of RGB (Red+Green+Blue) = 188+1+48=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0130 is #43FECF. Grayscale: #3E3E3E. Windows color (decimal): -4456144 or 3146172. OLE color: 3146172.

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

Color convert

RGB188148-
CMYK00.990.740.26
HSL344.92º98.94%37.06%-
HSV(B)344.92º99.47%73.73%-
XYZ21.2810.933.78-
YUV62.27119.95217.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.32%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=79.32%
G=0.42%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814800.990.740.26344.9298.9437.06
HexBC1300634A1A1596325
Octal27416001431123253114345
Binary101111001110000011000111001010110101010110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0130; }

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

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

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

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

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

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

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

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