#BA0042

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

Shades of Cardinal #BA0042

Tints of Cardinal #BA0042

Color information

#BA0042 (or 0xBA0042) is unknown color: approx Cardinal. HEX triplet: BA, 00 and 42. RGB value is (186,0,66). Sum of RGB (Red+Green+Blue) = 186+0+66=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0042 is #45FFBD. Grayscale: #3F3F3F. Windows color (decimal): -4587454 or 4325562. OLE color: 4325562.

HSL color Cylindrical-coordinate representation of color #BA0042: hue angle of 338.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0042 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB186066-
CMYK010.650.27
HSL338.71º100%36.47%-
HSV(B)338.71º100%72.94%-
XYZ21.2310.836.13-
YUV63.14129.62215.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=73.81%
G=0%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186066010.650.27338.7110036.47
HexBA042064411B1536424
Octal272010201441013352314444
Binary1011101001000010011001001000001110111010100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0042; }

 p { color: rgb(186,0,66); }

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

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

 a { background-color: rgb(186,0,66); }

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

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

 span { border-color: rgb(186,0,66); }

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