Html Css Color HEX #BA0640 Cardinal

📋 copy color: '#BA0640'

red 186 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #BA0640

Tints of Cardinal #BA0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 72.66%
G = 2.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA0640 (or 0xBA0640) is known color: Cardinal. HEX triplet: BA, 06 and 40. RGB value is (186,6,64). Sum of RGB (Red+Green+Blue) = 186+6+64=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0640 is #45F9BF. Grayscale: #424242. Windows color (decimal): -4585920 or 4196026. OLE color: 4196026.

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

Color convert

RGB 186 6 64 -
CMYK 0 0.97 0.66 0.27
HSL 340.67º 0.94% 0.38% -
HSV(B) 340.67º 0.97% 0.73% -
XYZ 21.24 10.94 5.84 -
YUV 66.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 186 6 64 0 0.97 0.66 0.27 340.67 0.94 0.38
Hex BA 6 40 0 61 42 1B 155 5E 26
Octal 272 6 100 0 141 102 33 525 136 46
Binary 10111010 110 1000000 0 1100001 1000010 11011 101010101 1011110 100110

Color Harmonies of #BA0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0640

Black with #BA0640

Text Example


Text Example

White with #BA0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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