Html Css Color HEX #BA2540 Cardinal

📋 copy color: '#BA2540'

red 186 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #BA2540

Tints of Cardinal #BA2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 64.81%
G = 12.89%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA2540 (or 0xBA2540) is known color: Cardinal. HEX triplet: BA, 25 and 40. RGB value is (186,37,64). Sum of RGB (Red+Green+Blue) = 186+37+64=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2540 is #45DABF. Grayscale: #545454. Windows color (decimal): -4577984 or 4203962. OLE color: 4203962.

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

Color convert

RGB 186 37 64 -
CMYK 0 0.80 0.66 0.27
HSL 349.13º 0.67% 0.44% -
HSV(B) 349.13º 0.8% 0.73% -
XYZ 21.84 12.13 6.04 -
YUV 84.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 186 37 64 0 0.80 0.66 0.27 349.13 0.67 0.44
Hex BA 25 40 0 50 42 1B 15D 43 2C
Octal 272 45 100 0 120 102 33 535 103 54
Binary 10111010 100101 1000000 0 1010000 1000010 11011 101011101 1000011 101100

Color Harmonies of #BA2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2540

Black with #BA2540

Text Example


Text Example

White with #BA2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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