#BA1834

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

Shades of Cardinal #BA1834

Tints of Cardinal #BA1834

Color information

#BA1834 (or 0xBA1834) is unknown color: approx Cardinal. HEX triplet: BA, 18 and 34. RGB value is (186,24,52). Sum of RGB (Red+Green+Blue) = 186+24+52=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1834 is #45E7CB. Grayscale: #4B4B4B. Windows color (decimal): -4581324 or 3414202. OLE color: 3414202.

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

Color convert

RGB1862452-
CMYK00.870.720.27
HSL349.63º77.14%41.18%-
HSV(B)349.63º87.1%72.94%-
XYZ21.211.344.32-
YUV75.63114.67206.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=70.99%
G=9.16%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186245200.870.720.27349.6377.1441.18
HexBA1834057481B15e4d29
Octal272306401271103353611551
Binary1011101011000110100010101111001000110111010111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1834; }

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

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

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

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

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

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

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

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