Html Css Color HEX #BA1442 Cardinal

📋 copy color: '#BA1442'

red 186 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #BA1442

Tints of Cardinal #BA1442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 68.38%
G = 7.35%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA1442 (or 0xBA1442) is known color: Cardinal. HEX triplet: BA, 14 and 42. RGB value is (186,20,66). Sum of RGB (Red+Green+Blue) = 186+20+66=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1442 is #45EBBD. Grayscale: #4A4A4A. Windows color (decimal): -4582334 or 4330682. OLE color: 4330682.

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

Color convert

RGB 186 20 66 -
CMYK 0 0.89 0.65 0.27
HSL 343.37º 0.81% 0.4% -
HSV(B) 343.37º 0.89% 0.73% -
XYZ 21.48 11.33 6.21 -
YUV 74.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 186 20 66 0 0.89 0.65 0.27 343.37 0.81 0.4
Hex BA 14 42 0 59 41 1B 157 51 28
Octal 272 24 102 0 131 101 33 527 121 50
Binary 10111010 10100 1000010 0 1011001 1000001 11011 101010111 1010001 101000

Color Harmonies of #BA1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1442

Black with #BA1442

Text Example


Text Example

White with #BA1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1442; }

 p { color: rgb(186,20,66); }

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

background-color css

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

 a { background-color: rgb(186,20,66); }

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

border-color css

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

 span { border-color: rgb(186,20,66); }

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