#BA242F

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

Shades of Cardinal #BA242F

Tints of Cardinal #BA242F

Color information

#BA242F (or 0xBA242F) is unknown color: approx Cardinal. HEX triplet: BA, 24 and 2F. RGB value is (186,36,47). Sum of RGB (Red+Green+Blue) = 186+36+47=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA242F is #45DBD0. Grayscale: #525252. Windows color (decimal): -4578257 or 3089594. OLE color: 3089594.

HSL color Cylindrical-coordinate representation of color #BA242F: hue angle of 355.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 #BA242F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1863647-
CMYK00.810.750.27
HSL355.6º67.57%43.53%-
HSV(B)355.6º80.65%72.94%-
XYZ21.3911.913.86-
YUV82.1108.2202.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=69.14%
G=13.38%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186364700.810.750.27355.667.5743.53
HexBA242F0514B1B164442c
Octal272445701211133354410454
Binary10111010100100101111010100011001011110111011001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA242F; }

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

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

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

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

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

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

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

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