#BC0134

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

Shades of Cardinal #BC0134

Tints of Cardinal #BC0134

Color information

#BC0134 (or 0xBC0134) is unknown color: approx Cardinal. HEX triplet: BC, 01 and 34. RGB value is (188,1,52). Sum of RGB (Red+Green+Blue) = 188+1+52=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0134 is #43FECB. Grayscale: #3E3E3E. Windows color (decimal): -4456140 or 3408316. OLE color: 3408316.

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

Color convert

RGB188152-
CMYK00.990.720.26
HSL343.64º98.94%37.06%-
HSV(B)343.64º99.47%73.73%-
XYZ21.3710.964.24-
YUV62.73121.95217.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.01%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=78.01%
G=0.41%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815200.990.720.26343.6498.9437.06
HexBC134063481A1586325
Octal27416401431103253014345
Binary101111001110100011000111001000110101010110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0134; }

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

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

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

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

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

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

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

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