#BA033C

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

Shades of Cardinal #BA033C

Tints of Cardinal #BA033C

Color information

#BA033C (or 0xBA033C) is unknown color: approx Cardinal. HEX triplet: BA, 03 and 3C. RGB value is (186,3,60). Sum of RGB (Red+Green+Blue) = 186+3+60=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA033C is #45FCC3. Grayscale: #404040. Windows color (decimal): -4586692 or 3933114. OLE color: 3933114.

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

Color convert

RGB186360-
CMYK00.980.680.27
HSL341.31º96.83%37.06%-
HSV(B)341.31º98.39%72.94%-
XYZ21.110.835.25-
YUV64.22125.63214.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.70%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=74.70%
G=1.20%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18636000.980.680.27341.3196.8337.06
HexBA33C062441B1556125
Octal27237401421043352514145
Binary1011101011111100011000101000100110111010101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA033C; }

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

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

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

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

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

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

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

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