#BC2833

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

Shades of Cardinal #BC2833

Tints of Cardinal #BC2833

Color information

#BC2833 (or 0xBC2833) is unknown color: approx Cardinal. HEX triplet: BC, 28 and 33. RGB value is (188,40,51). Sum of RGB (Red+Green+Blue) = 188+40+51=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2833 is #43D7CC. Grayscale: #555555. Windows color (decimal): -4446157 or 3352764. OLE color: 3352764.

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

Color convert

RGB1884051-
CMYK00.790.730.26
HSL355.54º64.91%44.71%-
HSV(B)355.54º78.72%73.73%-
XYZ22.112.454.37-
YUV85.51108.53201.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=67.38%
G=14.34%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188405100.790.730.26355.5464.9144.71
HexBC283304F491A164412d
Octal274506301171113254410155
Binary10111100101000110011010011111001001110101011001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2833; }

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

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

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

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

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

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

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

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