#BA0243

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

Shades of Cardinal #BA0243

Tints of Cardinal #BA0243

Color information

#BA0243 (or 0xBA0243) is unknown color: approx Cardinal. HEX triplet: BA, 02 and 43. RGB value is (186,2,67). Sum of RGB (Red+Green+Blue) = 186+2+67=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0243 is #45FDBC. Grayscale: #404040. Windows color (decimal): -4586941 or 4391610. OLE color: 4391610.

HSL color Cylindrical-coordinate representation of color #BA0243: hue angle of 338.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0243 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB186267-
CMYK00.990.640.27
HSL338.8º97.87%36.86%-
HSV(B)338.8º98.92%72.94%-
XYZ21.2810.896.29-
YUV64.43129.46214.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.94%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=72.94%
G=0.78%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18626700.990.640.27338.897.8736.86
HexBA243063401B1536225
Octal272210301431003352314245
Binary10111010101000011011000111000000110111010100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0243; }

 p { color: rgb(186,2,67); }

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

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

 a { background-color: rgb(186,2,67); }

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

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

 span { border-color: rgb(186,2,67); }

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