Html Css Color HEX #BA1044 Cardinal

📋 copy color: '#BA1044'

red 186 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #BA1044

Tints of Cardinal #BA1044

RGB

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

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

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

R = 68.89%
G = 5.93%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1044 (or 0xBA1044) is known color: Cardinal. HEX triplet: BA, 10 and 44. RGB value is (186,16,68). Sum of RGB (Red+Green+Blue) = 186+16+68=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1044 is #45EFBB. Grayscale: #484848. Windows color (decimal): -4583356 or 4460730. OLE color: 4460730.

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

Color convert

RGB 186 16 68 -
CMYK 0 0.91 0.63 0.27
HSL 341.65º 0.84% 0.4% -
HSV(B) 341.65º 0.91% 0.73% -
XYZ 21.48 11.23 6.5 -
YUV 72.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 186 16 68 0 0.91 0.63 0.27 341.65 0.84 0.4
Hex BA 10 44 0 5B 3F 1B 156 54 28
Octal 272 20 104 0 133 77 33 526 124 50
Binary 10111010 10000 1000100 0 1011011 111111 11011 101010110 1010100 101000

Color Harmonies of #BA1044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1044

Black with #BA1044

Text Example


Text Example

White with #BA1044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1044; }

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

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

background-color css

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

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

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

border-color css

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

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

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