#BA252D

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

Shades of Cardinal #BA252D

Tints of Cardinal #BA252D

Color information

#BA252D (or 0xBA252D) is unknown color: approx Cardinal. HEX triplet: BA, 25 and 2D. RGB value is (186,37,45). Sum of RGB (Red+Green+Blue) = 186+37+45=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA252D is #45DAD2. Grayscale: #525252. Windows color (decimal): -4578003 or 2958778. OLE color: 2958778.

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

Color convert

RGB1863745-
CMYK00.800.760.27
HSL356.78º66.82%43.73%-
HSV(B)356.78º80.11%72.94%-
XYZ21.3811.953.66-
YUV82.46106.86201.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.40%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=69.40%
G=13.81%
B=16.79%

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
Decimal186374500.800.760.27356.7866.8243.73
HexBA252D0504C1B165432c
Octal272455501201143354510354
Binary10111010100101101101010100001001100110111011001011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA252D; }

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

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

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

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

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

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

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

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