#BA0F41

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

Shades of Cardinal #BA0F41

Tints of Cardinal #BA0F41

Color information

#BA0F41 (or 0xBA0F41) is unknown color: approx Cardinal. HEX triplet: BA, 0F and 41. RGB value is (186,15,65). Sum of RGB (Red+Green+Blue) = 186+15+65=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F41 is #45F0BE. Grayscale: #474747. Windows color (decimal): -4583615 or 4263866. OLE color: 4263866.

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

Color convert

RGB1861565-
CMYK00.920.650.27
HSL342.46º85.07%39.41%-
HSV(B)342.46º91.94%72.94%-
XYZ21.3711.166.03-
YUV71.83124.15209.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.92%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=69.92%
G=5.64%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186156500.920.650.27342.4685.0739.41
HexBAF4105C411B1565527
Octal2721710101341013352612547
Binary1011101011111000001010111001000001110111010101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F41; }

 p { color: rgb(186,15,65); }

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

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

 a { background-color: rgb(186,15,65); }

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

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

 span { border-color: rgb(186,15,65); }

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