#BC0A3D

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

Shades of Cardinal #BC0A3D

Tints of Cardinal #BC0A3D

Color information

#BC0A3D (or 0xBC0A3D) is unknown color: approx Cardinal. HEX triplet: BC, 0A and 3D. RGB value is (188,10,61). Sum of RGB (Red+Green+Blue) = 188+10+61=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A3D is #43F5C2. Grayscale: #454545. Windows color (decimal): -4453827 or 4000444. OLE color: 4000444.

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

Color convert

RGB1881061-
CMYK00.950.680.26
HSL342.81º89.9%38.82%-
HSV(B)342.81º94.68%73.73%-
XYZ21.6911.255.44-
YUV69.04123.47212.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.59%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=72.59%
G=3.86%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188106100.950.680.26342.8189.938.82
HexBCA3D05F441A1575a27
Octal274127501371043252713247
Binary101111001010111101010111111000100110101010101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A3D; }

 p { color: rgb(188,10,61); }

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

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

 a { background-color: rgb(188,10,61); }

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

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

 span { border-color: rgb(188,10,61); }

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