#BA233E

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

Shades of Cardinal #BA233E

Tints of Cardinal #BA233E

Color information

#BA233E (or 0xBA233E) is unknown color: approx Cardinal. HEX triplet: BA, 23 and 3E. RGB value is (186,35,62). Sum of RGB (Red+Green+Blue) = 186+35+62=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA233E is #45DCC1. Grayscale: #535353. Windows color (decimal): -4578498 or 4072378. OLE color: 4072378.

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

Color convert

RGB1863562-
CMYK00.810.670.27
HSL349.27º68.33%43.33%-
HSV(B)349.27º81.18%72.94%-
XYZ21.7211.995.73-
YUV83.23116.03201.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=65.72%
G=12.37%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186356200.810.670.27349.2768.3343.33
HexBA233E051431B15d442b
Octal272437601211033353510453
Binary10111010100011111110010100011000011110111010111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA233E; }

 p { color: rgb(186,35,62); }

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

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

 a { background-color: rgb(186,35,62); }

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

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

 span { border-color: rgb(186,35,62); }

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