#BA0634

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

Shades of Cardinal #BA0634

Tints of Cardinal #BA0634

Color information

#BA0634 (or 0xBA0634) is unknown color: approx Cardinal. HEX triplet: BA, 06 and 34. RGB value is (186,6,52). Sum of RGB (Red+Green+Blue) = 186+6+52=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0634 is #45F9CB. Grayscale: #414141. Windows color (decimal): -4585932 or 3409594. OLE color: 3409594.

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

Color convert

RGB186652-
CMYK00.970.720.27
HSL344.67º93.75%37.65%-
HSV(B)344.67º96.77%72.94%-
XYZ20.9310.824.23-
YUV65.06120.63214.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.23%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=76.23%
G=2.46%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18665200.970.720.27344.6793.7537.65
HexBA634061481B1595e26
Octal27266401411103353113646
Binary10111010110110100011000011001000110111010110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0634; }

 p { color: rgb(186,6,52); }

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

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

 a { background-color: rgb(186,6,52); }

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

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

 span { border-color: rgb(186,6,52); }

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