#BA273D

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

Shades of Cardinal #BA273D

Tints of Cardinal #BA273D

Color information

#BA273D (or 0xBA273D) is unknown color: approx Cardinal. HEX triplet: BA, 27 and 3D. RGB value is (186,39,61). Sum of RGB (Red+Green+Blue) = 186+39+61=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA273D is #45D8C2. Grayscale: #555555. Windows color (decimal): -4577475 or 4007866. OLE color: 4007866.

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

Color convert

RGB1863961-
CMYK00.790.670.27
HSL351.02º65.33%44.12%-
HSV(B)351.02º79.03%72.94%-
XYZ21.8212.235.63-
YUV85.46114.2199.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.03%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=65.03%
G=13.64%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186396100.790.670.27351.0265.3344.12
HexBA273D04F431B15f412c
Octal272477501171033353710154
Binary10111010100111111101010011111000011110111010111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA273D; }

 p { color: rgb(186,39,61); }

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

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

 a { background-color: rgb(186,39,61); }

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

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

 span { border-color: rgb(186,39,61); }

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