#BA2429

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

Shades of Cardinal #BA2429

Tints of Cardinal #BA2429

Color information

#BA2429 (or 0xBA2429) is unknown color: approx Cardinal. HEX triplet: BA, 24 and 29. RGB value is (186,36,41). Sum of RGB (Red+Green+Blue) = 186+36+41=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2429 is #45DBD6. Grayscale: #515151. Windows color (decimal): -4578263 or 2696378. OLE color: 2696378.

HSL color Cylindrical-coordinate representation of color #BA2429: hue angle of 358º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2429 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1863641-
CMYK00.810.780.27
HSL358º67.57%43.53%-
HSV(B)358º80.65%72.94%-
XYZ21.2811.863.27-
YUV81.42105.2202.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=70.72%
G=13.69%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186364100.810.780.2735867.5743.53
HexBA24290514E1B166442c
Octal272445101211163354610454
Binary10111010100100101001010100011001110110111011001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2429; }

 p { color: rgb(186,36,41); }

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

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

 a { background-color: rgb(186,36,41); }

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

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

 span { border-color: rgb(186,36,41); }

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