Html Css Color HEX #BA1543 Cardinal

📋 copy color: '#BA1543'

red 186 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #BA1543

Tints of Cardinal #BA1543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 67.88%
G = 7.66%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA1543 (or 0xBA1543) is known color: Cardinal. HEX triplet: BA, 15 and 43. RGB value is (186,21,67). Sum of RGB (Red+Green+Blue) = 186+21+67=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1543 is #45EABC. Grayscale: #4B4B4B. Windows color (decimal): -4582077 or 4396474. OLE color: 4396474.

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

Color convert

RGB 186 21 67 -
CMYK 0 0.89 0.64 0.27
HSL 343.27º 0.8% 0.41% -
HSV(B) 343.27º 0.89% 0.73% -
XYZ 21.53 11.38 6.37 -
YUV 75.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 186 21 67 0 0.89 0.64 0.27 343.27 0.8 0.41
Hex BA 15 43 0 59 40 1B 157 50 29
Octal 272 25 103 0 131 100 33 527 120 51
Binary 10111010 10101 1000011 0 1011001 1000000 11011 101010111 1010000 101001

Color Harmonies of #BA1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1543

Black with #BA1543

Text Example


Text Example

White with #BA1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1543; }

 p { color: rgb(186,21,67); }

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

background-color css

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

 a { background-color: rgb(186,21,67); }

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

border-color css

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

 span { border-color: rgb(186,21,67); }

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