#BA1D38

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

Shades of Cardinal #BA1D38

Tints of Cardinal #BA1D38

Color information

#BA1D38 (or 0xBA1D38) is unknown color: approx Cardinal. HEX triplet: BA, 1D and 38. RGB value is (186,29,56). Sum of RGB (Red+Green+Blue) = 186+29+56=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D38 is #45E2C7. Grayscale: #4F4F4F. Windows color (decimal): -4580040 or 3677626. OLE color: 3677626.

HSL color Cylindrical-coordinate representation of color #BA1D38: hue angle of 349.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D38 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1862956-
CMYK00.840.700.27
HSL349.68º73.02%42.16%-
HSV(B)349.68º84.41%72.94%-
XYZ21.411.64.85-
YUV79.02115.01204.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=68.63%
G=10.70%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186295600.840.700.27349.6873.0242.16
HexBA1D38054461B15e492a
Octal272357001241063353611152
Binary1011101011101111000010101001000110110111010111101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D38; }

 p { color: rgb(186,29,56); }

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

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

 a { background-color: rgb(186,29,56); }

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

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

 span { border-color: rgb(186,29,56); }

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