#BA203C

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

Shades of Cardinal #BA203C

Tints of Cardinal #BA203C

Color information

#BA203C (or 0xBA203C) is unknown color: approx Cardinal. HEX triplet: BA, 20 and 3C. RGB value is (186,32,60). Sum of RGB (Red+Green+Blue) = 186+32+60=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA203C is #45DFC3. Grayscale: #515151. Windows color (decimal): -4579268 or 3940538. OLE color: 3940538.

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

Color convert

RGB1863260-
CMYK00.830.680.27
HSL349.09º70.64%42.75%-
HSV(B)349.09º82.8%72.94%-
XYZ21.5811.85.41-
YUV81.24116.02202.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=66.91%
G=11.51%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186326000.830.680.27349.0970.6442.75
HexBA203C053441B15d472b
Octal272407401231043353510753
Binary10111010100000111100010100111000100110111010111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA203C; }

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

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

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

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

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

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

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

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