#BA153C

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

Shades of Cardinal #BA153C

Tints of Cardinal #BA153C

Color information

#BA153C (or 0xBA153C) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 3C. RGB value is (186,21,60). Sum of RGB (Red+Green+Blue) = 186+21+60=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA153C is #45EAC3. Grayscale: #4A4A4A. Windows color (decimal): -4582084 or 3937722. OLE color: 3937722.

HSL color Cylindrical-coordinate representation of color #BA153C: hue angle of 345.82º 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 #BA153C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1862160-
CMYK00.890.680.27
HSL345.82º79.71%40.59%-
HSV(B)345.82º88.71%72.94%-
XYZ21.3311.35.33-
YUV74.78119.66207.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=69.66%
G=7.87%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186216000.890.680.27345.8279.7140.59
HexBA153C059441B15a5029
Octal272257401311043353212051
Binary1011101010101111100010110011000100110111010110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA153C; }

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

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

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

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

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

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

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

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