Html Css Color HEX #BA142C Cardinal

📋 copy color: '#BA142C'

red 186 ◦ green 20 ◦ blue 44

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

Shades of Cardinal #BA142C

Tints of Cardinal #BA142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 74.4%
G = 8%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA142C (or 0xBA142C) is known color: Cardinal. HEX triplet: BA, 14 and 2C. RGB value is (186,20,44). Sum of RGB (Red+Green+Blue) = 186+20+44=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA142C is #45EBD3. Grayscale: #484848. Windows color (decimal): -4582356 or 2888890. OLE color: 2888890.

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

Color convert

RGB 186 20 44 -
CMYK 0 0.89 0.76 0.27
HSL 351.33º 0.81% 0.4% -
HSV(B) 351.33º 0.89% 0.73% -
XYZ 20.95 11.12 3.43 -
YUV 72.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 186 20 44 0 0.89 0.76 0.27 351.33 0.81 0.4
Hex BA 14 2C 0 59 4C 1B 15F 51 28
Octal 272 24 54 0 131 114 33 537 121 50
Binary 10111010 10100 101100 0 1011001 1001100 11011 101011111 1010001 101000

Color Harmonies of #BA142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA142C

Black with #BA142C

Text Example


Text Example

White with #BA142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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