#BA1A28

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

Shades of Cardinal #BA1A28

Tints of Cardinal #BA1A28

Color information

#BA1A28 (or 0xBA1A28) is unknown color: approx Cardinal. HEX triplet: BA, 1A and 28. RGB value is (186,26,40). Sum of RGB (Red+Green+Blue) = 186+26+40=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A28 is #45E5D7. Grayscale: #4B4B4B. Windows color (decimal): -4580824 or 2628282. OLE color: 2628282.

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

Color convert

RGB1862640-
CMYK00.860.780.27
HSL354.75º75.47%41.57%-
HSV(B)354.75º86.02%72.94%-
XYZ2111.333.09-
YUV75.44108.01206.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=73.81%
G=10.32%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186264000.860.780.27354.7575.4741.57
HexBA1A280564E1B1634b2a
Octal272325001261163354311352
Binary1011101011010101000010101101001110110111011000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A28; }

 p { color: rgb(186,26,40); }

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

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

 a { background-color: rgb(186,26,40); }

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

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

 span { border-color: rgb(186,26,40); }

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