Html Css Color HEX #BA1640 Cardinal

📋 copy color: '#BA1640'

red 186 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #BA1640

Tints of Cardinal #BA1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 68.38%
G = 8.09%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1640 (or 0xBA1640) is known color: Cardinal. HEX triplet: BA, 16 and 40. RGB value is (186,22,64). Sum of RGB (Red+Green+Blue) = 186+22+64=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1640 is #45E9BF. Grayscale: #4B4B4B. Windows color (decimal): -4581824 or 4200122. OLE color: 4200122.

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

Color convert

RGB 186 22 64 -
CMYK 0 0.88 0.66 0.27
HSL 344.63º 0.79% 0.41% -
HSV(B) 344.63º 0.88% 0.73% -
XYZ 21.46 11.38 5.92 -
YUV 75.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 186 22 64 0 0.88 0.66 0.27 344.63 0.79 0.41
Hex BA 16 40 0 58 42 1B 159 4F 29
Octal 272 26 100 0 130 102 33 531 117 51
Binary 10111010 10110 1000000 0 1011000 1000010 11011 101011001 1001111 101001

Color Harmonies of #BA1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1640

Black with #BA1640

Text Example


Text Example

White with #BA1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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