#BA1042

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

Shades of Cardinal #BA1042

Tints of Cardinal #BA1042

Color information

#BA1042 (or 0xBA1042) is unknown color: approx Cardinal. HEX triplet: BA, 10 and 42. RGB value is (186,16,66). Sum of RGB (Red+Green+Blue) = 186+16+66=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1042 is #45EFBD. Grayscale: #484848. Windows color (decimal): -4583358 or 4329658. OLE color: 4329658.

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

Color convert

RGB1861666-
CMYK00.910.650.27
HSL342.35º84.16%39.61%-
HSV(B)342.35º91.4%72.94%-
XYZ21.4211.26.19-
YUV72.53124.32208.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.40%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=69.40%
G=5.97%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186166600.910.650.27342.3584.1639.61
HexBA104205B411B1565428
Octal2722010201331013352612450
Binary10111010100001000010010110111000001110111010101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1042; }

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

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

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

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

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

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

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

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