Html Css Color HEX #BA0641 Cardinal

📋 copy color: '#BA0641'

red 186 ◦ green 6 ◦ blue 65

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

Shades of Cardinal #BA0641

Tints of Cardinal #BA0641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 72.37%
G = 2.33%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0641 (or 0xBA0641) is known color: Cardinal. HEX triplet: BA, 06 and 41. RGB value is (186,6,65). Sum of RGB (Red+Green+Blue) = 186+6+65=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0641 is #45F9BE. Grayscale: #424242. Windows color (decimal): -4585919 or 4261562. OLE color: 4261562.

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

Color convert

RGB 186 6 65 -
CMYK 0 0.97 0.65 0.27
HSL 340.33º 0.94% 0.38% -
HSV(B) 340.33º 0.97% 0.73% -
XYZ 21.27 10.95 5.99 -
YUV 66.55 127.13 213.2 -
System Red Green Blue C M Y K H S L
Decimal 186 6 65 0 0.97 0.65 0.27 340.33 0.94 0.38
Hex BA 6 41 0 61 41 1B 154 5E 26
Octal 272 6 101 0 141 101 33 524 136 46
Binary 10111010 110 1000001 0 1100001 1000001 11011 101010100 1011110 100110

Color Harmonies of #BA0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0641

Black with #BA0641

Text Example


Text Example

White with #BA0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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