Html Css Color HEX #BA143F Cardinal

📋 copy color: '#BA143F'

red 186 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #BA143F

Tints of Cardinal #BA143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.42%

R = 69.14%
G = 7.43%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA143F (or 0xBA143F) is known color: Cardinal. HEX triplet: BA, 14 and 3F. RGB value is (186,20,63). Sum of RGB (Red+Green+Blue) = 186+20+63=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA143F is #45EBC0. Grayscale: #4A4A4A. Windows color (decimal): -4582337 or 4134074. OLE color: 4134074.

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

Color convert

RGB 186 20 63 -
CMYK 0 0.89 0.66 0.27
HSL 344.46º 0.81% 0.4% -
HSV(B) 344.46º 0.89% 0.73% -
XYZ 21.4 11.3 5.76 -
YUV 74.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 186 20 63 0 0.89 0.66 0.27 344.46 0.81 0.4
Hex BA 14 3F 0 59 42 1B 158 51 28
Octal 272 24 77 0 131 102 33 530 121 50
Binary 10111010 10100 111111 0 1011001 1000010 11011 101011000 1010001 101000

Color Harmonies of #BA143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA143F

Black with #BA143F

Text Example


Text Example

White with #BA143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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