Html Css Color HEX #BA0647 Cardinal

📋 copy color: '#BA0647'

red 186 ◦ green 6 ◦ blue 71

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

Shades of Cardinal #BA0647

Tints of Cardinal #BA0647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27%

R = 70.72%
G = 2.28%
B = 27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0647 (or 0xBA0647) is known color: Cardinal. HEX triplet: BA, 06 and 47. RGB value is (186,6,71). Sum of RGB (Red+Green+Blue) = 186+6+71=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0647 is #45F9B8. Grayscale: #434343. Windows color (decimal): -4585913 or 4654778. OLE color: 4654778.

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

Color convert

RGB 186 6 71 -
CMYK 0 0.97 0.62 0.27
HSL 338.33º 0.94% 0.38% -
HSV(B) 338.33º 0.97% 0.73% -
XYZ 21.45 11.02 6.96 -
YUV 67.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 186 6 71 0 0.97 0.62 0.27 338.33 0.94 0.38
Hex BA 6 47 0 61 3E 1B 152 5E 26
Octal 272 6 107 0 141 76 33 522 136 46
Binary 10111010 110 1000111 0 1100001 111110 11011 101010010 1011110 100110

Color Harmonies of #BA0647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0647

Black with #BA0647

Text Example


Text Example

White with #BA0647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0647; }

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

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

background-color css

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

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

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

border-color css

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

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

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