#BA252C

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

Shades of Cardinal #BA252C

Tints of Cardinal #BA252C

Color information

#BA252C (or 0xBA252C) is unknown color: approx Cardinal. HEX triplet: BA, 25 and 2C. RGB value is (186,37,44). Sum of RGB (Red+Green+Blue) = 186+37+44=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA252C is #45DAD3. Grayscale: #525252. Windows color (decimal): -4578004 or 2893242. OLE color: 2893242.

HSL color Cylindrical-coordinate representation of color #BA252C: hue angle of 357.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA252C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1863744-
CMYK00.800.760.27
HSL357.18º66.82%43.73%-
HSV(B)357.18º80.11%72.94%-
XYZ21.3711.943.56-
YUV82.35106.36201.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=69.66%
G=13.86%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186374400.800.760.27357.1866.8243.73
HexBA252C0504C1B165432c
Octal272455401201143354510354
Binary10111010100101101100010100001001100110111011001011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA252C; }

 p { color: rgb(186,37,44); }

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

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

 a { background-color: rgb(186,37,44); }

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

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

 span { border-color: rgb(186,37,44); }

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