#BA242A

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

Shades of Cardinal #BA242A

Tints of Cardinal #BA242A

Color information

#BA242A (or 0xBA242A) is unknown color: approx Cardinal. HEX triplet: BA, 24 and 2A. RGB value is (186,36,42). Sum of RGB (Red+Green+Blue) = 186+36+42=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA242A is #45DBD5. Grayscale: #515151. Windows color (decimal): -4578262 or 2761914. OLE color: 2761914.

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

Color convert

RGB1863642-
CMYK00.810.770.27
HSL357.6º67.57%43.53%-
HSV(B)357.6º80.65%72.94%-
XYZ21.311.873.36-
YUV81.53105.7202.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=70.45%
G=13.64%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186364200.810.770.27357.667.5743.53
HexBA242A0514D1B166442c
Octal272445201211153354610454
Binary10111010100100101010010100011001101110111011001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA242A; }

 p { color: rgb(186,36,42); }

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

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

 a { background-color: rgb(186,36,42); }

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

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

 span { border-color: rgb(186,36,42); }

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