#BA152E

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

Shades of Cardinal #BA152E

Tints of Cardinal #BA152E

Color information

#BA152E (or 0xBA152E) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 2E. RGB value is (186,21,46). Sum of RGB (Red+Green+Blue) = 186+21+46=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA152E is #45EAD1. Grayscale: #494949. Windows color (decimal): -4582098 or 3020218. OLE color: 3020218.

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

Color convert

RGB1862146-
CMYK00.890.750.27
HSL350.91º79.71%40.59%-
HSV(B)350.91º88.71%72.94%-
XYZ21.0111.173.63-
YUV73.18112.66208.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=73.52%
G=8.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186214600.890.750.27350.9179.7140.59
HexBA152E0594B1B15f5029
Octal272255601311133353712051
Binary1011101010101101110010110011001011110111010111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA152E; }

 p { color: rgb(186,21,46); }

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

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

 a { background-color: rgb(186,21,46); }

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

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

 span { border-color: rgb(186,21,46); }

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