#BC283A

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

Shades of Cardinal #BC283A

Tints of Cardinal #BC283A

Color information

#BC283A (or 0xBC283A) is unknown color: approx Cardinal. HEX triplet: BC, 28 and 3A. RGB value is (188,40,58). Sum of RGB (Red+Green+Blue) = 188+40+58=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC283A is #43D7C5. Grayscale: #565656. Windows color (decimal): -4446150 or 3811516. OLE color: 3811516.

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

Color convert

RGB1884058-
CMYK00.790.690.26
HSL352.7º64.91%44.71%-
HSV(B)352.7º78.72%73.73%-
XYZ22.2612.515.25-
YUV86.3112.03200.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.73%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=65.73%
G=13.99%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188405800.790.690.26352.764.9144.71
HexBC283A04F451A161412d
Octal274507201171053254110155
Binary10111100101000111010010011111000101110101011000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC283A; }

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

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

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

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

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

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

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

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