#BA2541

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

Shades of Cardinal #BA2541

Tints of Cardinal #BA2541

Color information

#BA2541 (or 0xBA2541) is unknown color: approx Cardinal. HEX triplet: BA, 25 and 41. RGB value is (186,37,65). Sum of RGB (Red+Green+Blue) = 186+37+65=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2541 is #45DABE. Grayscale: #545454. Windows color (decimal): -4577983 or 4269498. OLE color: 4269498.

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

Color convert

RGB1863765-
CMYK00.800.650.27
HSL348.72º66.82%43.73%-
HSV(B)348.72º80.11%72.94%-
XYZ21.8712.146.19-
YUV84.74116.86200.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 65 (25.78% from 255) = 22.57%
R=64.58%
G=12.85%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186376500.800.650.27348.7266.8243.73
HexBA2541050411B15d432c
Octal2724510101201013353510354
Binary101110101001011000001010100001000001110111010111011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2541; }

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

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

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

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

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

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

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

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