Html Css Color HEX #BA2440 Cardinal

📋 copy color: '#BA2440'

red 186 ◦ green 36 ◦ blue 64

#BA2440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA2440

Tints of Cardinal #BA2440

RGB

 RED value IS 186 (73.05% from 255) = 65.03%

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 65.03%
G = 12.59%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA2440 (or 0xBA2440) is known color: Cardinal. HEX triplet: BA, 24 and 40. RGB value is (186,36,64). Sum of RGB (Red+Green+Blue) = 186+36+64=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2440 is #45DBBF. Grayscale: #545454. Windows color (decimal): -4578240 or 4203706. OLE color: 4203706.

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

Color convert

RGB 186 36 64 -
CMYK 0 0.81 0.66 0.27
HSL 348.8º 0.68% 0.44% -
HSV(B) 348.8º 0.81% 0.73% -
XYZ 21.81 12.07 6.03 -
YUV 84.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 186 36 64 0 0.81 0.66 0.27 348.8 0.68 0.44
Hex BA 24 40 0 51 42 1B 15D 44 2C
Octal 272 44 100 0 121 102 33 535 104 54
Binary 10111010 100100 1000000 0 1010001 1000010 11011 101011101 1000100 101100

Color Harmonies of #BA2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2440

Black with #BA2440

Text Example


Text Example

White with #BA2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2440; }

 p { color: rgb(186,36,64); }

 H1.HeaderClassName
 {
   color: #BA2440;
 }
 .AnyTagClassName
 {
   color: #BA2440;
 }
</style>

background-color css

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

 a { background-color: rgb(186,36,64); }

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

border-color css

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

 span { border-color: rgb(186,36,64); }

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