Html Css Color HEX #BA1244 Cardinal

📋 copy color: '#BA1244'

red 186 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #BA1244

Tints of Cardinal #BA1244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 68.38%
G = 6.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1244 (or 0xBA1244) is known color: Cardinal. HEX triplet: BA, 12 and 44. RGB value is (186,18,68). Sum of RGB (Red+Green+Blue) = 186+18+68=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1244 is #45EDBB. Grayscale: #494949. Windows color (decimal): -4582844 or 4461242. OLE color: 4461242.

HSL color Cylindrical-coordinate representation of color #BA1244: hue angle of 342.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1244 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 68 -
CMYK 0 0.90 0.63 0.27
HSL 342.14º 0.82% 0.4% -
HSV(B) 342.14º 0.9% 0.73% -
XYZ 21.51 11.29 6.51 -
YUV 73.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 186 18 68 0 0.90 0.63 0.27 342.14 0.82 0.4
Hex BA 12 44 0 5A 3F 1B 156 52 28
Octal 272 22 104 0 132 77 33 526 122 50
Binary 10111010 10010 1000100 0 1011010 111111 11011 101010110 1010010 101000

Color Harmonies of #BA1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1244

Black with #BA1244

Text Example


Text Example

White with #BA1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1244; }

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

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

background-color css

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

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

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

border-color css

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

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

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