Html Css Color HEX #BA0644 Cardinal

📋 copy color: '#BA0644'

red 186 ◦ green 6 ◦ blue 68

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

Shades of Cardinal #BA0644

Tints of Cardinal #BA0644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 71.54%
G = 2.31%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0644 (or 0xBA0644) is known color: Cardinal. HEX triplet: BA, 06 and 44. RGB value is (186,6,68). Sum of RGB (Red+Green+Blue) = 186+6+68=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0644 is #45F9BB. Grayscale: #424242. Windows color (decimal): -4585916 or 4458170. OLE color: 4458170.

HSL color Cylindrical-coordinate representation of color #BA0644: hue angle of 339.33º 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 #BA0644 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 68 -
CMYK 0 0.97 0.63 0.27
HSL 339.33º 0.94% 0.38% -
HSV(B) 339.33º 0.97% 0.73% -
XYZ 21.36 10.99 6.46 -
YUV 66.89 128.63 212.96 -
System Red Green Blue C M Y K H S L
Decimal 186 6 68 0 0.97 0.63 0.27 339.33 0.94 0.38
Hex BA 6 44 0 61 3F 1B 153 5E 26
Octal 272 6 104 0 141 77 33 523 136 46
Binary 10111010 110 1000100 0 1100001 111111 11011 101010011 1011110 100110

Color Harmonies of #BA0644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0644

Black with #BA0644

Text Example


Text Example

White with #BA0644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0644; }

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

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

background-color css

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

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

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

border-color css

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

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

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