#BA183C

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

Shades of Cardinal #BA183C

Tints of Cardinal #BA183C

Color information

#BA183C (or 0xBA183C) is unknown color: approx Cardinal. HEX triplet: BA, 18 and 3C. RGB value is (186,24,60). Sum of RGB (Red+Green+Blue) = 186+24+60=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA183C is #45E7C3. Grayscale: #4C4C4C. Windows color (decimal): -4581316 or 3938490. OLE color: 3938490.

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

Color convert

RGB1862460-
CMYK00.870.680.27
HSL346.67º77.14%41.18%-
HSV(B)346.67º87.1%72.94%-
XYZ21.3911.425.35-
YUV76.54118.67206.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=68.89%
G=8.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186246000.870.680.27346.6777.1441.18
HexBA183C057441B15b4d29
Octal272307401271043353311551
Binary1011101011000111100010101111000100110111010110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA183C; }

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

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

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

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

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

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

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

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