#BA2138

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

Shades of Cardinal #BA2138

Tints of Cardinal #BA2138

Color information

#BA2138 (or 0xBA2138) is unknown color: approx Cardinal. HEX triplet: BA, 21 and 38. RGB value is (186,33,56). Sum of RGB (Red+Green+Blue) = 186+33+56=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2138 is #45DEC7. Grayscale: #515151. Windows color (decimal): -4579016 or 3678650. OLE color: 3678650.

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

Color convert

RGB1863356-
CMYK00.820.700.27
HSL350.98º69.86%42.94%-
HSV(B)350.98º82.26%72.94%-
XYZ21.5111.814.89-
YUV81.37113.69202.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.64%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=67.64%
G=12%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186335600.820.700.27350.9869.8642.94
HexBA2138052461B15f462b
Octal272417001221063353710653
Binary10111010100001111000010100101000110110111010111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2138; }

 p { color: rgb(186,33,56); }

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

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

 a { background-color: rgb(186,33,56); }

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

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

 span { border-color: rgb(186,33,56); }

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