#BA2135

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

Shades of Cardinal #BA2135

Tints of Cardinal #BA2135

Color information

#BA2135 (or 0xBA2135) is unknown color: approx Cardinal. HEX triplet: BA, 21 and 35. RGB value is (186,33,53). Sum of RGB (Red+Green+Blue) = 186+33+53=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2135 is #45DECA. Grayscale: #515151. Windows color (decimal): -4579019 or 3482042. OLE color: 3482042.

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

Color convert

RGB1863353-
CMYK00.820.720.27
HSL352.16º69.86%42.94%-
HSV(B)352.16º82.26%72.94%-
XYZ21.4411.784.51-
YUV81.03112.19202.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=68.38%
G=12.13%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186335300.820.720.27352.1669.8642.94
HexBA2135052481B160462b
Octal272416501221103354010653
Binary10111010100001110101010100101001000110111011000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2135; }

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

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

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

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

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

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

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

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