#BC0239

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

Shades of Cardinal #BC0239

Tints of Cardinal #BC0239

Color information

#BC0239 (or 0xBC0239) is unknown color: approx Cardinal. HEX triplet: BC, 02 and 39. RGB value is (188,2,57). Sum of RGB (Red+Green+Blue) = 188+2+57=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0239 is #43FDC6. Grayscale: #3F3F3F. Windows color (decimal): -4455879 or 3736252. OLE color: 3736252.

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

Color convert

RGB188257-
CMYK00.990.700.26
HSL342.26º97.89%37.25%-
HSV(B)342.26º98.94%73.73%-
XYZ21.511.034.87-
YUV63.88124.12216.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=76.11%
G=0.81%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18825700.990.700.26342.2697.8937.25
HexBC239063461A1566225
Octal27427101431063252614245
Binary1011110010111001011000111000110110101010101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0239; }

 p { color: rgb(188,2,57); }

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

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

 a { background-color: rgb(188,2,57); }

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

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

 span { border-color: rgb(188,2,57); }

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