#BC0733

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

Shades of Cardinal #BC0733

Tints of Cardinal #BC0733

Color information

#BC0733 (or 0xBC0733) is unknown color: approx Cardinal. HEX triplet: BC, 07 and 33. RGB value is (188,7,51). Sum of RGB (Red+Green+Blue) = 188+7+51=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0733 is #43F8CC. Grayscale: #424242. Windows color (decimal): -4454605 or 3344316. OLE color: 3344316.

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

Color convert

RGB188751-
CMYK00.960.730.26
HSL345.41º92.82%38.24%-
HSV(B)345.41º96.28%73.73%-
XYZ21.4111.084.14-
YUV66.13119.47214.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.42%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=76.42%
G=2.85%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18875100.960.730.26345.4192.8238.24
HexBC733060491A1595d26
Octal27476301401113253113546
Binary10111100111110011011000001001001110101010110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0733; }

 p { color: rgb(188,7,51); }

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

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

 a { background-color: rgb(188,7,51); }

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

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

 span { border-color: rgb(188,7,51); }

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