#BA1E2E

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

Shades of Cardinal #BA1E2E

Tints of Cardinal #BA1E2E

Color information

#BA1E2E (or 0xBA1E2E) is unknown color: approx Cardinal. HEX triplet: BA, 1E and 2E. RGB value is (186,30,46). Sum of RGB (Red+Green+Blue) = 186+30+46=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E2E is #45E1D1. Grayscale: #4E4E4E. Windows color (decimal): -4579794 or 3022522. OLE color: 3022522.

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

Color convert

RGB1863046-
CMYK00.840.750.27
HSL353.85º72.22%42.35%-
HSV(B)353.85º83.87%72.94%-
XYZ21.2111.563.7-
YUV78.47109.68204.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=70.99%
G=11.45%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186304600.840.750.27353.8572.2242.35
HexBA1E2E0544B1B162482a
Octal272365601241133354211052
Binary1011101011110101110010101001001011110111011000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E2E; }

 p { color: rgb(186,30,46); }

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

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

 a { background-color: rgb(186,30,46); }

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

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

 span { border-color: rgb(186,30,46); }

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