Html Css Color HEX #BA0648 Cardinal

📋 copy color: '#BA0648'

red 186 ◦ green 6 ◦ blue 72

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

Shades of Cardinal #BA0648

Tints of Cardinal #BA0648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 70.45%
G = 2.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0648 (or 0xBA0648) is known color: Cardinal. HEX triplet: BA, 06 and 48. RGB value is (186,6,72). Sum of RGB (Red+Green+Blue) = 186+6+72=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0648 is #45F9B7. Grayscale: #434343. Windows color (decimal): -4585912 or 4720314. OLE color: 4720314.

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

Color convert

RGB 186 6 72 -
CMYK 0 0.97 0.61 0.27
HSL 338º 0.94% 0.38% -
HSV(B) 338º 0.97% 0.73% -
XYZ 21.48 11.04 7.13 -
YUV 67.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 186 6 72 0 0.97 0.61 0.27 338 0.94 0.38
Hex BA 6 48 0 61 3D 1B 152 5E 26
Octal 272 6 110 0 141 75 33 522 136 46
Binary 10111010 110 1001000 0 1100001 111101 11011 101010010 1011110 100110

Color Harmonies of #BA0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0648

Black with #BA0648

Text Example


Text Example

White with #BA0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0648; }

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

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

background-color css

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

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

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

border-color css

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

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

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