Html Css Color HEX #BA142B Cardinal

📋 copy color: '#BA142B'

red 186 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #BA142B

Tints of Cardinal #BA142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 74.7%
G = 8.03%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA142B (or 0xBA142B) is known color: Cardinal. HEX triplet: BA, 14 and 2B. RGB value is (186,20,43). Sum of RGB (Red+Green+Blue) = 186+20+43=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA142B is #45EBD4. Grayscale: #484848. Windows color (decimal): -4582357 or 2823354. OLE color: 2823354.

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

Color convert

RGB 186 20 43 -
CMYK 0 0.89 0.77 0.27
HSL 351.69º 0.81% 0.4% -
HSV(B) 351.69º 0.89% 0.73% -
XYZ 20.94 11.11 3.33 -
YUV 72.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 186 20 43 0 0.89 0.77 0.27 351.69 0.81 0.4
Hex BA 14 2B 0 59 4D 1B 160 51 28
Octal 272 24 53 0 131 115 33 540 121 50
Binary 10111010 10100 101011 0 1011001 1001101 11011 101100000 1010001 101000

Color Harmonies of #BA142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA142B

Black with #BA142B

Text Example


Text Example

White with #BA142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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