Html Css Color HEX #BA1048 Cardinal

📋 copy color: '#BA1048'

red 186 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #BA1048

Tints of Cardinal #BA1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 67.88%
G = 5.84%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1048 (or 0xBA1048) is known color: Cardinal. HEX triplet: BA, 10 and 48. RGB value is (186,16,72). Sum of RGB (Red+Green+Blue) = 186+16+72=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1048 is #45EFB7. Grayscale: #494949. Windows color (decimal): -4583352 or 4722874. OLE color: 4722874.

HSL color Cylindrical-coordinate representation of color #BA1048: hue angle of 340.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1048 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 72 -
CMYK 0 0.91 0.61 0.27
HSL 340.24º 0.84% 0.4% -
HSV(B) 340.24º 0.91% 0.73% -
XYZ 21.6 11.28 7.17 -
YUV 73.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 186 16 72 0 0.91 0.61 0.27 340.24 0.84 0.4
Hex BA 10 48 0 5B 3D 1B 154 54 28
Octal 272 20 110 0 133 75 33 524 124 50
Binary 10111010 10000 1001000 0 1011011 111101 11011 101010100 1010100 101000

Color Harmonies of #BA1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1048

Black with #BA1048

Text Example


Text Example

White with #BA1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1048; }

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

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

background-color css

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

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

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

border-color css

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

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

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