#BA1033

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

Shades of Cardinal #BA1033

Tints of Cardinal #BA1033

Color information

#BA1033 (or 0xBA1033) is unknown color: approx Cardinal. HEX triplet: BA, 10 and 33. RGB value is (186,16,51). Sum of RGB (Red+Green+Blue) = 186+16+51=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1033 is #45EFCC. Grayscale: #464646. Windows color (decimal): -4583373 or 3346618. OLE color: 3346618.

HSL color Cylindrical-coordinate representation of color #BA1033: hue angle of 347.65º 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 #BA1033 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1861651-
CMYK00.910.730.27
HSL347.65º84.16%39.61%-
HSV(B)347.65º91.4%72.94%-
XYZ21.0311.054.16-
YUV70.82116.82210.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=73.52%
G=6.32%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186165100.910.730.27347.6584.1639.61
HexBA103305B491B15c5428
Octal272206301331113353412450
Binary1011101010000110011010110111001001110111010111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1033; }

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

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

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

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

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

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

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

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