#BA1D28

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

Shades of Cardinal #BA1D28

Tints of Cardinal #BA1D28

Color information

#BA1D28 (or 0xBA1D28) is unknown color: approx Cardinal. HEX triplet: BA, 1D and 28. RGB value is (186,29,40). Sum of RGB (Red+Green+Blue) = 186+29+40=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D28 is #45E2D7. Grayscale: #4D4D4D. Windows color (decimal): -4580056 or 2629050. OLE color: 2629050.

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

Color convert

RGB1862940-
CMYK00.840.780.27
HSL355.8º73.02%42.16%-
HSV(B)355.8º84.41%72.94%-
XYZ21.0711.473.11-
YUV77.2107.01205.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.94%
GREEN value IS 29 (11.72% from 255) = 11.37%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=72.94%
G=11.37%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186294000.840.780.27355.873.0242.16
HexBA1D280544E1B164492a
Octal272355001241163354411152
Binary1011101011101101000010101001001110110111011001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D28; }

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

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

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

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

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

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

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

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